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 options(Options options)
The options specified for the grant.
options - The options specified for the grant.default CreateGrantVersionRequest.Builder options(Consumer<Options.Builder> options)
The options specified for the grant.
This is a convenience method that creates an instance of theOptions.Builder avoiding the need to
create one manually via Options.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to options(Options).
options - a consumer that will call methods on Options.Builderoptions(Options)CreateGrantVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGrantVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.