public static interface DescribeTagsResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
marker(String marker)
If the request included a
Marker, the response returns that value in this field. |
DescribeTagsResponse.Builder |
nextMarker(String nextMarker)
If a value is present, there are more tags to return.
|
DescribeTagsResponse.Builder |
tags(Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
DescribeTagsResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Returns tags associated with the file system as an array of
Tag objects. |
DescribeTagsResponse.Builder |
tags(Tag... tags)
Returns tags associated with the file system as an array of
Tag objects. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTagsResponse.Builder marker(String marker)
If the request included a Marker, the response returns that value in this field.
marker - If the request included a Marker, the response returns that value in this field.DescribeTagsResponse.Builder tags(Collection<Tag> tags)
Returns tags associated with the file system as an array of Tag objects.
tags - Returns tags associated with the file system as an array of Tag objects.DescribeTagsResponse.Builder tags(Tag... tags)
Returns tags associated with the file system as an array of Tag objects.
tags - Returns tags associated with the file system as an array of Tag objects.DescribeTagsResponse.Builder tags(Consumer<Tag.Builder>... tags)
Returns tags associated with the file system as an array of Tag objects.
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) DescribeTagsResponse.Builder nextMarker(String nextMarker)
If a value is present, there are more tags to return. In a subsequent request, you can provide the value of
NextMarker as the value of the Marker parameter in your next request to retrieve
the next set of tags.
nextMarker - If a value is present, there are more tags to return. In a subsequent request, you can provide the
value of NextMarker as the value of the Marker parameter in your next
request to retrieve the next set of tags.Copyright © 2023. All rights reserved.