Interface KmsAccess.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KmsAccess.Builder,,KmsAccess> SdkBuilder<KmsAccess.Builder,,KmsAccess> SdkPojo
- Enclosing class:
KmsAccess
@Mutable
@NotThreadSafe
public static interface KmsAccess.Builder
extends SdkPojo, CopyableBuilder<KmsAccess.Builder,KmsAccess>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The domain name for Amazon Web Services Key Management Service (KMS) access configuration.ipv4Addresses(String... ipv4Addresses) The IPv4 addresses allowed for Amazon Web Services Key Management Service (KMS) access.ipv4Addresses(Collection<String> ipv4Addresses) The IPv4 addresses allowed for Amazon Web Services Key Management Service (KMS) access.kmsPolicyDocument(String kmsPolicyDocument) The Amazon Web Services Key Management Service (KMS) policy document that defines permissions for key usage.The current status of the Amazon Web Services Key Management Service (KMS) access configuration.status(ManagedResourceStatus status) The current status of the Amazon Web Services Key Management Service (KMS) access configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The current status of the Amazon Web Services Key Management Service (KMS) access configuration.
- Parameters:
status- The current status of the Amazon Web Services Key Management Service (KMS) access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Amazon Web Services Key Management Service (KMS) access configuration.
- Parameters:
status- The current status of the Amazon Web Services Key Management Service (KMS) access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv4Addresses
The IPv4 addresses allowed for Amazon Web Services Key Management Service (KMS) access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for Amazon Web Services Key Management Service (KMS) access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Addresses
The IPv4 addresses allowed for Amazon Web Services Key Management Service (KMS) access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for Amazon Web Services Key Management Service (KMS) access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name for Amazon Web Services Key Management Service (KMS) access configuration.
- Parameters:
domainName- The domain name for Amazon Web Services Key Management Service (KMS) access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsPolicyDocument
The Amazon Web Services Key Management Service (KMS) policy document that defines permissions for key usage.
- Parameters:
kmsPolicyDocument- The Amazon Web Services Key Management Service (KMS) policy document that defines permissions for key usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-