public static interface CreateAuthenticationProfileRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<CreateAuthenticationProfileRequest.Builder,CreateAuthenticationProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAuthenticationProfileRequest.Builder |
authenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.
|
CreateAuthenticationProfileRequest.Builder |
authenticationProfileName(String authenticationProfileName)
The name of the authentication profile to be created.
|
CreateAuthenticationProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAuthenticationProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAuthenticationProfileRequest.Builder authenticationProfileName(String authenticationProfileName)
The name of the authentication profile to be created.
authenticationProfileName - The name of the authentication profile to be created.CreateAuthenticationProfileRequest.Builder authenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
authenticationProfileContent - The content of the authentication profile in JSON format. The maximum length of the JSON string is
determined by a quota for your account.CreateAuthenticationProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAuthenticationProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.