Interface CreateSecurityConfigurationRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateSecurityConfigurationRequest.Builder,,CreateSecurityConfigurationRequest> GlueRequest.Builder,SdkBuilder<CreateSecurityConfigurationRequest.Builder,,CreateSecurityConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateSecurityConfigurationRequest
public static interface CreateSecurityConfigurationRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateSecurityConfigurationRequest.Builder,CreateSecurityConfigurationRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionencryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the new security configuration.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) The encryption configuration for the new security configuration.The name for the new security configuration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The name for the new security configuration.
- Parameters:
 name- The name for the new security configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
encryptionConfiguration
CreateSecurityConfigurationRequest.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) The encryption configuration for the new security configuration.
- Parameters:
 encryptionConfiguration- The encryption configuration for the new security configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
encryptionConfiguration
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.Builderavoiding the need to create one manually viaEncryptionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionConfiguration(EncryptionConfiguration).- Parameters:
 encryptionConfiguration- a consumer that will call methods onEncryptionConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateSecurityConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateSecurityConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -