public static interface CreateAuthenticationProfileResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<CreateAuthenticationProfileResponse.Builder,CreateAuthenticationProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAuthenticationProfileResponse.Builder |
authenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.
|
CreateAuthenticationProfileResponse.Builder |
authenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAuthenticationProfileResponse.Builder authenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was created.
authenticationProfileName - The name of the authentication profile that was created.CreateAuthenticationProfileResponse.Builder authenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.
authenticationProfileContent - The content of the authentication profile in JSON format.Copyright © 2023. All rights reserved.