Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeFileSystemsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFileSystemsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeFileSystemsRequest.Builder |
builder() |
|
String |
creationToken() |
(Optional) Restricts the list to the file system with this creation token (String).
|
boolean |
equals(Object obj) |
|
String |
fileSystemId() |
(Optional) ID of the file system whose description you want to retrieve (String).
|
int |
hashCode() |
|
String |
marker() |
(Optional) Opaque pagination token returned from a previous
DescribeFileSystems operation (String). |
Integer |
maxItems() |
(Optional) Specifies the maximum number of file systems to return in the response (integer).
|
static Class<? extends DescribeFileSystemsRequest.Builder> |
serializableBuilderClass() |
|
DescribeFileSystemsRequest.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 Integer maxItems()
(Optional) Specifies the maximum number of file systems to return in the response (integer). This parameter value
must be greater than 0. The number of items that Amazon EFS returns is the minimum of the MaxItems
parameter specified in the request and the service's internal maximum number of items per page.
MaxItems
parameter specified in the request and the service's internal maximum number of
items per page.public String marker()
(Optional) Opaque pagination token returned from a previous DescribeFileSystems
operation (String).
If present, specifies to continue the list from where the returning call had left off.
DescribeFileSystems
operation
(String). If present, specifies to continue the list from where the returning call had left off.public String creationToken()
(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
public String fileSystemId()
(Optional) ID of the file system whose description you want to retrieve (String).
public DescribeFileSystemsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
public static DescribeFileSystemsRequest.Builder builder()
public static Class<? extends DescribeFileSystemsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.