public static interface CreateGrantVersionRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateGrantVersionRequest.Builder,CreateGrantVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGrantVersionRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateGrantVersionRequest.Builder grantArn(String grantArn)
Amazon Resource Name (ARN) of the grant.
grantArn - Amazon Resource Name (ARN) of the grant.CreateGrantVersionRequest.Builder grantName(String grantName)
Grant name.
grantName - Grant name.CreateGrantVersionRequest.Builder allowedOperationsWithStrings(Collection<String> allowedOperations)
Allowed operations for the grant.
allowedOperations - Allowed operations for the grant.CreateGrantVersionRequest.Builder allowedOperationsWithStrings(String... allowedOperations)
Allowed operations for the grant.
allowedOperations - Allowed operations for the grant.CreateGrantVersionRequest.Builder allowedOperations(Collection<AllowedOperation> allowedOperations)
Allowed operations for the grant.
allowedOperations - Allowed operations for the grant.CreateGrantVersionRequest.Builder allowedOperations(AllowedOperation... allowedOperations)
Allowed operations for the grant.
allowedOperations - Allowed operations for the grant.CreateGrantVersionRequest.Builder status(String status)
Grant status.
status - Grant status.GrantStatus,
GrantStatusCreateGrantVersionRequest.Builder status(GrantStatus status)
Grant status.
status - Grant status.GrantStatus,
GrantStatusCreateGrantVersionRequest.Builder statusReason(String statusReason)
Grant status reason.
statusReason - Grant status reason.CreateGrantVersionRequest.Builder sourceVersion(String sourceVersion)
Current version of the grant.
sourceVersion - Current version of the grant.CreateGrantVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGrantVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.