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 KMS access configuration.ipv4Addresses(String... ipv4Addresses) The IPv4 addresses allowed for KMS access.ipv4Addresses(Collection<String> ipv4Addresses) The IPv4 addresses allowed for KMS access.kmsPolicyDocument(String kmsPolicyDocument) The KMS policy document that defines permissions for key usage.The current status of the KMS access configuration.status(ManagedResourceStatus status) The current status of the 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 KMS access configuration.
- Parameters:
status- The current status of the 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 KMS access configuration.
- Parameters:
status- The current status of the 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 KMS access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for KMS access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Addresses
The IPv4 addresses allowed for KMS access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for KMS access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name for KMS access configuration.
- Parameters:
domainName- The domain name for KMS access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsPolicyDocument
The KMS policy document that defines permissions for key usage.
- Parameters:
kmsPolicyDocument- The KMS policy document that defines permissions for key usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-