Interface PutEncryptionConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutEncryptionConfigurationRequest.Builder,PutEncryptionConfigurationRequest>,IoTFleetWiseRequest.Builder,SdkBuilder<PutEncryptionConfigurationRequest.Builder,PutEncryptionConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutEncryptionConfigurationRequest
public static interface PutEncryptionConfigurationRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<PutEncryptionConfigurationRequest.Builder,PutEncryptionConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutEncryptionConfigurationRequest.BuilderencryptionType(String encryptionType)The type of encryption.PutEncryptionConfigurationRequest.BuilderencryptionType(EncryptionType encryptionType)The type of encryption.PutEncryptionConfigurationRequest.BuilderkmsKeyId(String kmsKeyId)The ID of the KMS key that is used for encryption.PutEncryptionConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEncryptionConfigurationRequest.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.iotfleetwise.model.IoTFleetWiseRequest.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
-
kmsKeyId
PutEncryptionConfigurationRequest.Builder kmsKeyId(String kmsKeyId)
The ID of the KMS key that is used for encryption.
- Parameters:
kmsKeyId- The ID of the KMS key that is used for encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionType
PutEncryptionConfigurationRequest.Builder encryptionType(String encryptionType)
The type of encryption. Choose
KMS_BASED_ENCRYPTIONto use a KMS key orFLEETWISE_DEFAULT_ENCRYPTIONto use an Amazon Web Services managed key.- Parameters:
encryptionType- The type of encryption. ChooseKMS_BASED_ENCRYPTIONto use a KMS key orFLEETWISE_DEFAULT_ENCRYPTIONto use an Amazon Web Services managed key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionType,EncryptionType
-
encryptionType
PutEncryptionConfigurationRequest.Builder encryptionType(EncryptionType encryptionType)
The type of encryption. Choose
KMS_BASED_ENCRYPTIONto use a KMS key orFLEETWISE_DEFAULT_ENCRYPTIONto use an Amazon Web Services managed key.- Parameters:
encryptionType- The type of encryption. ChooseKMS_BASED_ENCRYPTIONto use a KMS key orFLEETWISE_DEFAULT_ENCRYPTIONto use an Amazon Web Services managed key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionType,EncryptionType
-
overrideConfiguration
PutEncryptionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutEncryptionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-