public static interface PurchaseProvisionedCapacityRequest.Builder extends GlacierRequest.Builder, CopyableBuilder<PurchaseProvisionedCapacityRequest.Builder,PurchaseProvisionedCapacityRequest>
Modifier and Type | Method and Description |
---|---|
PurchaseProvisionedCapacityRequest.Builder |
accountId(String accountId)
The AWS account ID of the account that owns the vault.
|
PurchaseProvisionedCapacityRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PurchaseProvisionedCapacityRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
PurchaseProvisionedCapacityRequest.Builder accountId(String accountId)
The AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, don't include any hyphens ('-') in the ID.
accountId
- The AWS account ID of the account that owns the vault. You can either specify an AWS account ID or
optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with
the credentials used to sign the request. If you use an account ID, don't include any hyphens ('-') in
the ID.PurchaseProvisionedCapacityRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.PurchaseProvisionedCapacityRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.