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