| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static GrantListEntry.Builder |
GrantListEntry.builder() |
default GrantListEntry.Builder |
GrantListEntry.Builder.constraints(Consumer<GrantConstraints.Builder> constraints)
A list of key-value pairs that must be present in the encryption context of certain subsequent operations
that the grant allows.
|
GrantListEntry.Builder |
GrantListEntry.Builder.constraints(GrantConstraints constraints)
A list of key-value pairs that must be present in the encryption context of certain subsequent operations
that the grant allows.
|
GrantListEntry.Builder |
GrantListEntry.Builder.creationDate(Instant creationDate)
The date and time when the grant was created.
|
GrantListEntry.Builder |
GrantListEntry.Builder.granteePrincipal(String granteePrincipal)
The identity that gets the permissions in the grant.
|
GrantListEntry.Builder |
GrantListEntry.Builder.grantId(String grantId)
The unique identifier for the grant.
|
GrantListEntry.Builder |
GrantListEntry.Builder.issuingAccount(String issuingAccount)
The Amazon Web Services account under which the grant was issued.
|
GrantListEntry.Builder |
GrantListEntry.Builder.keyId(String keyId)
The unique identifier for the KMS key to which the grant applies.
|
GrantListEntry.Builder |
GrantListEntry.Builder.name(String name)
The friendly name that identifies the grant.
|
GrantListEntry.Builder |
GrantListEntry.Builder.operations(Collection<GrantOperation> operations)
The list of operations permitted by the grant.
|
GrantListEntry.Builder |
GrantListEntry.Builder.operations(GrantOperation... operations)
The list of operations permitted by the grant.
|
GrantListEntry.Builder |
GrantListEntry.Builder.operationsWithStrings(Collection<String> operations)
The list of operations permitted by the grant.
|
GrantListEntry.Builder |
GrantListEntry.Builder.operationsWithStrings(String... operations)
The list of operations permitted by the grant.
|
GrantListEntry.Builder |
GrantListEntry.Builder.retiringPrincipal(String retiringPrincipal)
The principal that can retire the grant.
|
GrantListEntry.Builder |
GrantListEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GrantListEntry.Builder> |
GrantListEntry.serializableBuilderClass() |
Copyright © 2023. All rights reserved.