Interface DescribeFileSystemAliasesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeFileSystemAliasesRequest.Builder,
,DescribeFileSystemAliasesRequest> FSxRequest.Builder
,SdkBuilder<DescribeFileSystemAliasesRequest.Builder,
,DescribeFileSystemAliasesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeFileSystemAliasesRequest
@Mutable
@NotThreadSafe
public static interface DescribeFileSystemAliasesRequest.Builder
extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemAliasesRequest.Builder,DescribeFileSystemAliasesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) Sets the value of the ClientRequestToken property for this object.fileSystemId
(String fileSystemId) The ID of the file system to return the associated DNS aliases for (String).maxResults
(Integer maxResults) Maximum number of DNS aliases to return in the response (integer).Opaque pagination token returned from a previousDescribeFileSystemAliases
operation (String).overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientRequestToken
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken
- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemId
The ID of the file system to return the associated DNS aliases for (String).
- Parameters:
fileSystemId
- The ID of the file system to return the associated DNS aliases for (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 theMaxResults
parameter specified in the request and the service's internal maximum number of items per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
nextToken
- Opaque pagination token returned from a previousDescribeFileSystemAliases
operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFileSystemAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeFileSystemAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-