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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.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.
-