CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperations(Collection<AllowedOperation> allowedOperations) |
Allowed operations for the grant.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperations(AllowedOperation... allowedOperations) |
Allowed operations for the grant.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperationsWithStrings(String... allowedOperations) |
Allowed operations for the grant.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperationsWithStrings(Collection<String> allowedOperations) |
Allowed operations for the grant.
|
static CreateGrantRequest.Builder |
CreateGrantRequest.builder() |
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.grantName(String grantName) |
Grant name.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.homeRegion(String homeRegion) |
Home Region of the grant.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.licenseArn(String licenseArn) |
Amazon Resource Name (ARN) of the license.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.principals(String... principals) |
The grant principals.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.principals(Collection<String> principals) |
The grant principals.
|
CreateGrantRequest.Builder |
CreateGrantRequest.toBuilder() |
|