public static interface CreateSecurityConfigurationRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateSecurityConfigurationRequest.Builder,CreateSecurityConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateSecurityConfigurationRequest.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration for the new security configuration.
|
CreateSecurityConfigurationRequest.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the new security configuration.
|
CreateSecurityConfigurationRequest.Builder |
name(String name)
The name for the new security configuration.
|
CreateSecurityConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSecurityConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSecurityConfigurationRequest.Builder name(String name)
The name for the new security configuration.
name - The name for the new security configuration.CreateSecurityConfigurationRequest.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the new security configuration.
encryptionConfiguration - The encryption configuration for the new security configuration.default CreateSecurityConfigurationRequest.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration for the new security configuration.
This is a convenience method that creates an instance of theEncryptionConfiguration.Builder avoiding
the need to create one manually via EncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionConfiguration(EncryptionConfiguration).
encryptionConfiguration - a consumer that will call methods on EncryptionConfiguration.BuilderencryptionConfiguration(EncryptionConfiguration)CreateSecurityConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSecurityConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.