Interface PutEncryptionConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutEncryptionConfigurationRequest.Builder,
,PutEncryptionConfigurationRequest> IoTFleetWiseRequest.Builder
,SdkBuilder<PutEncryptionConfigurationRequest.Builder,
,PutEncryptionConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutEncryptionConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutEncryptionConfigurationRequest.Builder
extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<PutEncryptionConfigurationRequest.Builder,PutEncryptionConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionType
(String encryptionType) The type of encryption.encryptionType
(EncryptionType encryptionType) The type of encryption.The ID of the KMS key that is used for encryption.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
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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The type of encryption. Choose
KMS_BASED_ENCRYPTION
to use a KMS key orFLEETWISE_DEFAULT_ENCRYPTION
to use an Amazon Web Services managed key.- Parameters:
encryptionType
- The type of encryption. ChooseKMS_BASED_ENCRYPTION
to use a KMS key orFLEETWISE_DEFAULT_ENCRYPTION
to 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
The type of encryption. Choose
KMS_BASED_ENCRYPTION
to use a KMS key orFLEETWISE_DEFAULT_ENCRYPTION
to use an Amazon Web Services managed key.- Parameters:
encryptionType
- The type of encryption. ChooseKMS_BASED_ENCRYPTION
to use a KMS key orFLEETWISE_DEFAULT_ENCRYPTION
to use an Amazon Web Services managed key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutEncryptionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutEncryptionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-