static KmsGrantConfiguration.Builder |
KmsGrantConfiguration.builder() |
|
default KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.constraints(Consumer<KmsGrantConstraints.Builder> constraints) |
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.constraints(KmsGrantConstraints constraints) |
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.granteePrincipal(String granteePrincipal) |
The principal that is given permission to perform the operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.issuingAccount(String issuingAccount) |
The Amazon Web Services account under which the grant was issued.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.operations(Collection<KmsGrantOperation> operations) |
A list of operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.operations(KmsGrantOperation... operations) |
A list of operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.operationsWithStrings(String... operations) |
A list of operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.operationsWithStrings(Collection<String> operations) |
A list of operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.retiringPrincipal(String retiringPrincipal) |
The principal that is given permission to retire the grant by using RetireGrant operation.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.toBuilder() |
|