Interface PutDefaultEncryptionConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutDefaultEncryptionConfigurationRequest.Builder,PutDefaultEncryptionConfigurationRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<PutDefaultEncryptionConfigurationRequest.Builder,PutDefaultEncryptionConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutDefaultEncryptionConfigurationRequest
public static interface PutDefaultEncryptionConfigurationRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<PutDefaultEncryptionConfigurationRequest.Builder,PutDefaultEncryptionConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutDefaultEncryptionConfigurationRequest.BuilderencryptionType(String encryptionType)The type of encryption used for the encryption configuration.PutDefaultEncryptionConfigurationRequest.BuilderencryptionType(EncryptionType encryptionType)The type of encryption used for the encryption configuration.PutDefaultEncryptionConfigurationRequest.BuilderkmsKeyId(String kmsKeyId)The Key ID of the customer managed key used for KMS encryption.PutDefaultEncryptionConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDefaultEncryptionConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
encryptionType
PutDefaultEncryptionConfigurationRequest.Builder encryptionType(String encryptionType)
The type of encryption used for the encryption configuration.
- Parameters:
encryptionType- The type of encryption used for the encryption configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionType,EncryptionType
-
encryptionType
PutDefaultEncryptionConfigurationRequest.Builder encryptionType(EncryptionType encryptionType)
The type of encryption used for the encryption configuration.
- Parameters:
encryptionType- The type of encryption used for the encryption configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionType,EncryptionType
-
kmsKeyId
PutDefaultEncryptionConfigurationRequest.Builder kmsKeyId(String kmsKeyId)
The Key ID of the customer managed key used for KMS encryption. This is required if you use
KMS_BASED_ENCRYPTION.- Parameters:
kmsKeyId- The Key ID of the customer managed key used for KMS encryption. This is required if you useKMS_BASED_ENCRYPTION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutDefaultEncryptionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutDefaultEncryptionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-