Interface DescribeFileSystemAliasesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFileSystemAliasesRequest.Builder,DescribeFileSystemAliasesRequest>,FSxRequest.Builder,SdkBuilder<DescribeFileSystemAliasesRequest.Builder,DescribeFileSystemAliasesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFileSystemAliasesRequest
public static interface DescribeFileSystemAliasesRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemAliasesRequest.Builder,DescribeFileSystemAliasesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFileSystemAliasesRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.DescribeFileSystemAliasesRequest.BuilderfileSystemId(String fileSystemId)The ID of the file system to return the associated DNS aliases for (String).DescribeFileSystemAliasesRequest.BuildermaxResults(Integer maxResults)Maximum number of DNS aliases to return in the response (integer).DescribeFileSystemAliasesRequest.BuildernextToken(String nextToken)Opaque pagination token returned from a previousDescribeFileSystemAliasesoperation (String).DescribeFileSystemAliasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFileSystemAliasesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
clientRequestToken
DescribeFileSystemAliasesRequest.Builder clientRequestToken(String 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
DescribeFileSystemAliasesRequest.Builder fileSystemId(String 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
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
MaxResultsparameter 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 theMaxResultsparameter 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
DescribeFileSystemAliasesRequest.Builder nextToken(String nextToken)
Opaque pagination token returned from a previous
DescribeFileSystemAliasesoperation (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 previousDescribeFileSystemAliasesoperation (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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFileSystemAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-