Interface CreateAuthenticationProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAuthenticationProfileResponse.Builder,CreateAuthenticationProfileResponse>,RedshiftResponse.Builder,SdkBuilder<CreateAuthenticationProfileResponse.Builder,CreateAuthenticationProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAuthenticationProfileResponse
@Mutable @NotThreadSafe public static interface CreateAuthenticationProfileResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<CreateAuthenticationProfileResponse.Builder,CreateAuthenticationProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAuthenticationProfileResponse.BuilderauthenticationProfileContent(String authenticationProfileContent)The content of the authentication profile in JSON format.CreateAuthenticationProfileResponse.BuilderauthenticationProfileName(String authenticationProfileName)The name of the authentication profile that was created.-
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
CreateAuthenticationProfileResponse.Builder authenticationProfileName(String authenticationProfileName)
The name of the authentication profile that was created.
- Parameters:
authenticationProfileName- The name of the authentication profile that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationProfileContent
CreateAuthenticationProfileResponse.Builder authenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.
- Parameters:
authenticationProfileContent- The content of the authentication profile in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-