Interface DeleteAuthenticationProfileResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteAuthenticationProfileResponse.Builder,,DeleteAuthenticationProfileResponse> RedshiftResponse.Builder,SdkBuilder<DeleteAuthenticationProfileResponse.Builder,,DeleteAuthenticationProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DeleteAuthenticationProfileResponse
public static interface DeleteAuthenticationProfileResponse.Builder
extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DeleteAuthenticationProfileResponse.Builder,DeleteAuthenticationProfileResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthenticationProfileName(String authenticationProfileName) The name of the authentication profile that was deleted.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
authenticationProfileName
DeleteAuthenticationProfileResponse.Builder authenticationProfileName(String authenticationProfileName) The name of the authentication profile that was deleted.
- Parameters:
 authenticationProfileName- The name of the authentication profile that was deleted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -