public static interface DescribeFileSystemAliasesRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemAliasesRequest.Builder,DescribeFileSystemAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemAliasesRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
DescribeFileSystemAliasesRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the file system to return the associated DNS aliases for (String).
|
DescribeFileSystemAliasesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of DNS aliases to return in the response (integer).
|
DescribeFileSystemAliasesRequest.Builder |
nextToken(String nextToken)
Opaque pagination token returned from a previous
DescribeFileSystemAliases operation (String). |
DescribeFileSystemAliasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFileSystemAliasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFileSystemAliasesRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.DescribeFileSystemAliasesRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system to return the associated DNS aliases for (String).
fileSystemId - The ID of the file system to return the associated DNS aliases for (String).DescribeFileSystemAliasesRequest.Builder maxResults(Integer maxResults)
Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than
0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter
specified in the request and the service's internal maximum number of items per page.
maxResults - Maximum number of DNS aliases to return in the response (integer). This parameter value must be
greater than 0. The number of items that Amazon FSx returns is the minimum of the
MaxResults parameter specified in the request and the service's internal maximum number
of items per page.DescribeFileSystemAliasesRequest.Builder nextToken(String nextToken)
Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String).
If a token is included in the request, the action continues the list from where the previous returning call
left off.
nextToken - Opaque pagination token returned from a previous DescribeFileSystemAliases operation
(String). If a token is included in the request, the action continues the list from where the previous
returning call left off.DescribeFileSystemAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFileSystemAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.