Interface VerifiedAccessSseSpecificationResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VerifiedAccessSseSpecificationResponse.Builder,VerifiedAccessSseSpecificationResponse>,SdkBuilder<VerifiedAccessSseSpecificationResponse.Builder,VerifiedAccessSseSpecificationResponse>,SdkPojo
- Enclosing class:
- VerifiedAccessSseSpecificationResponse
@Mutable @NotThreadSafe public static interface VerifiedAccessSseSpecificationResponse.Builder extends SdkPojo, CopyableBuilder<VerifiedAccessSseSpecificationResponse.Builder,VerifiedAccessSseSpecificationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifiedAccessSseSpecificationResponse.BuildercustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)Indicates whether customer managed KMS keys are in use for server side encryption.VerifiedAccessSseSpecificationResponse.BuilderkmsKeyArn(String kmsKeyArn)The ARN of the KMS key.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
customerManagedKeyEnabled
VerifiedAccessSseSpecificationResponse.Builder customerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values:
True|False- Parameters:
customerManagedKeyEnabled- Indicates whether customer managed KMS keys are in use for server side encryption.Valid values:
True|False- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
VerifiedAccessSseSpecificationResponse.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key.
- Parameters:
kmsKeyArn- The ARN of the KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-