Interface ModifyAuthenticationProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ModifyAuthenticationProfileResponse.Builder,ModifyAuthenticationProfileResponse>,RedshiftResponse.Builder,SdkBuilder<ModifyAuthenticationProfileResponse.Builder,ModifyAuthenticationProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ModifyAuthenticationProfileResponse
@Mutable @NotThreadSafe public static interface ModifyAuthenticationProfileResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<ModifyAuthenticationProfileResponse.Builder,ModifyAuthenticationProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyAuthenticationProfileResponse.BuilderauthenticationProfileContent(String authenticationProfileContent)The updated content of the authentication profile in JSON format.ModifyAuthenticationProfileResponse.BuilderauthenticationProfileName(String authenticationProfileName)The name of the authentication profile that was replaced.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-