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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAuthenticationProfileResponse.Builder
authenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was deleted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-