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.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) 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 © 2021. All rights reserved.