Interface DescribeTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>,EfsRequest.Builder,SdkBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTagsRequest
public static interface DescribeTagsRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTagsRequest.BuilderfileSystemId(String fileSystemId)The ID of the file system whose tag set you want to retrieve.DescribeTagsRequest.Buildermarker(String marker)(Optional) An opaque pagination token returned from a previousDescribeTagsoperation (String).DescribeTagsRequest.BuildermaxItems(Integer maxItems)(Optional) The maximum number of file system tags to return in the response.DescribeTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTagsRequest.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.efs.model.EfsRequest.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 Detail
-
maxItems
DescribeTagsRequest.Builder maxItems(Integer maxItems)
(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
- Parameters:
maxItems- (Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeTagsRequest.Builder marker(String marker)
(Optional) An opaque pagination token returned from a previous
DescribeTagsoperation (String). If present, it specifies to continue the list from where the previous call left off.- Parameters:
marker- (Optional) An opaque pagination token returned from a previousDescribeTagsoperation (String). If present, it specifies to continue the list from where the previous call left off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemId
DescribeTagsRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
- Parameters:
fileSystemId- The ID of the file system whose tag set you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-