Interface PutEncryptionConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutEncryptionConfigurationResponse.Builder,PutEncryptionConfigurationResponse>,IoTFleetWiseResponse.Builder,SdkBuilder<PutEncryptionConfigurationResponse.Builder,PutEncryptionConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutEncryptionConfigurationResponse
public static interface PutEncryptionConfigurationResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<PutEncryptionConfigurationResponse.Builder,PutEncryptionConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutEncryptionConfigurationResponse.BuilderencryptionStatus(String encryptionStatus)The encryption status.PutEncryptionConfigurationResponse.BuilderencryptionStatus(EncryptionStatus encryptionStatus)The encryption status.PutEncryptionConfigurationResponse.BuilderencryptionType(String encryptionType)The type of encryption.PutEncryptionConfigurationResponse.BuilderencryptionType(EncryptionType encryptionType)The type of encryption.PutEncryptionConfigurationResponse.BuilderkmsKeyId(String kmsKeyId)The ID of the KMS key that is used for encryption.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
kmsKeyId
PutEncryptionConfigurationResponse.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.
-
encryptionStatus
PutEncryptionConfigurationResponse.Builder encryptionStatus(String encryptionStatus)
The encryption status.
- Parameters:
encryptionStatus- The encryption status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionStatus,EncryptionStatus
-
encryptionStatus
PutEncryptionConfigurationResponse.Builder encryptionStatus(EncryptionStatus encryptionStatus)
The encryption status.
- Parameters:
encryptionStatus- The encryption status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionStatus,EncryptionStatus
-
encryptionType
PutEncryptionConfigurationResponse.Builder encryptionType(String encryptionType)
The type of encryption. Set to
KMS_BASED_ENCRYPTIONto use an KMS key that you own and manage. Set toFLEETWISE_DEFAULT_ENCRYPTIONto use an Amazon Web Services managed key that is owned by the Amazon Web Services IoT FleetWise service account.- Parameters:
encryptionType- The type of encryption. Set toKMS_BASED_ENCRYPTIONto use an KMS key that you own and manage. Set toFLEETWISE_DEFAULT_ENCRYPTIONto use an Amazon Web Services managed key that is owned by the Amazon Web Services IoT FleetWise service account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionType,EncryptionType
-
encryptionType
PutEncryptionConfigurationResponse.Builder encryptionType(EncryptionType encryptionType)
The type of encryption. Set to
KMS_BASED_ENCRYPTIONto use an KMS key that you own and manage. Set toFLEETWISE_DEFAULT_ENCRYPTIONto use an Amazon Web Services managed key that is owned by the Amazon Web Services IoT FleetWise service account.- Parameters:
encryptionType- The type of encryption. Set toKMS_BASED_ENCRYPTIONto use an KMS key that you own and manage. Set toFLEETWISE_DEFAULT_ENCRYPTIONto use an Amazon Web Services managed key that is owned by the Amazon Web Services IoT FleetWise service account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionType,EncryptionType
-
-