Interface UpdateEncryptionConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateEncryptionConfigurationRequest.Builder,
,UpdateEncryptionConfigurationRequest> IotRequest.Builder
,SdkBuilder<UpdateEncryptionConfigurationRequest.Builder,
,UpdateEncryptionConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateEncryptionConfigurationRequest
@Mutable
@NotThreadSafe
public static interface UpdateEncryptionConfigurationRequest.Builder
extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateEncryptionConfigurationRequest.Builder,UpdateEncryptionConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionType
(String encryptionType) The type of the Amazon Web Services Key Management Service (KMS) key.encryptionType
(EncryptionType encryptionType) The type of the Amazon Web Services Key Management Service (KMS) key.kmsAccessRoleArn
(String kmsAccessRoleArn) The Amazon Resource Name (ARN) of the IAM role assumed by Amazon Web Services IoT Core to call KMS on behalf of the customer.The ARN of the customer-managed KMS key.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.iot.model.IotRequest.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
-
encryptionType
The type of the Amazon Web Services Key Management Service (KMS) key.
- Parameters:
encryptionType
- The type of the Amazon Web Services Key Management Service (KMS) key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionType
The type of the Amazon Web Services Key Management Service (KMS) key.
- Parameters:
encryptionType
- The type of the Amazon Web Services Key Management Service (KMS) key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
The ARN of the customer-managed KMS key.
- Parameters:
kmsKeyArn
- The ARN of the customer-managed KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsAccessRoleArn
The Amazon Resource Name (ARN) of the IAM role assumed by Amazon Web Services IoT Core to call KMS on behalf of the customer.
- Parameters:
kmsAccessRoleArn
- The Amazon Resource Name (ARN) of the IAM role assumed by Amazon Web Services IoT Core to call KMS on behalf of the customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEncryptionConfigurationRequest.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
UpdateEncryptionConfigurationRequest.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.
-