Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListVaultsRequest.Builder,ListVaultsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListVaultsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListVaultsRequest.Builder,ListVaultsRequest>
Provides options to retrieve the vault list owned by the calling user's account. The list provides metadata information for each vault.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListVaultsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accountId() |
The
AccountId value is the AWS account ID. |
static ListVaultsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
limit() |
The maximum number of vaults to be returned.
|
String |
marker() |
A string used for pagination.
|
static Class<? extends ListVaultsRequest.Builder> |
serializableBuilderClass() |
|
ListVaultsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String accountId()
The AccountId
value is the AWS account ID. This value must match the AWS account ID associated with
the credentials used to sign the request. 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 specify your account ID, do not include any hyphens ('-') in the ID.
AccountId
value is the AWS account ID. This value must match the AWS account ID
associated with the credentials used to sign the request. 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 specify your account ID, do not include
any hyphens ('-') in the ID.public String marker()
A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.
public String limit()
The maximum number of vaults to be returned. The default limit is 1000. The number of vaults returned might be fewer than the specified limit, but the number of returned vaults never exceeds the limit.
public ListVaultsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListVaultsRequest.Builder,ListVaultsRequest>
public static ListVaultsRequest.Builder builder()
public static Class<? extends ListVaultsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.