Interface ModifyAuthenticationProfileResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ModifyAuthenticationProfileResponse.Builder,,ModifyAuthenticationProfileResponse> RedshiftResponse.Builder,SdkBuilder<ModifyAuthenticationProfileResponse.Builder,,ModifyAuthenticationProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ModifyAuthenticationProfileResponse
public static interface ModifyAuthenticationProfileResponse.Builder
extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<ModifyAuthenticationProfileResponse.Builder,ModifyAuthenticationProfileResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthenticationProfileContent(String authenticationProfileContent) The updated content of the authentication profile in JSON format.authenticationProfileName(String authenticationProfileName) The name of the authentication profile that was replaced.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
authenticationProfileName
ModifyAuthenticationProfileResponse.Builder authenticationProfileName(String authenticationProfileName) The name of the authentication profile that was replaced.
- Parameters:
 authenticationProfileName- The name of the authentication profile that was replaced.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authenticationProfileContent
ModifyAuthenticationProfileResponse.Builder authenticationProfileContent(String authenticationProfileContent) The updated content of the authentication profile in JSON format.
- Parameters:
 authenticationProfileContent- The updated content of the authentication profile in JSON format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -