public static interface ListProvisionedCapacityRequest.Builder extends GlacierRequest.Builder, CopyableBuilder<ListProvisionedCapacityRequest.Builder,ListProvisionedCapacityRequest>
| Modifier and Type | Method and Description | 
|---|---|
ListProvisionedCapacityRequest.Builder | 
accountId(String accountId)
 The  
AccountId value is the AWS account ID of the account that owns the vault. | 
ListProvisionedCapacityRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
ListProvisionedCapacityRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildListProvisionedCapacityRequest.Builder accountId(String accountId)
 The AccountId value is 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 AccountId value is 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.ListProvisionedCapacityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListProvisionedCapacityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.