Interface DescribeTagsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>,EfsResponse.Builder,SdkBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTagsResponse
public static interface DescribeTagsResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTagsResponse.Buildermarker(String marker)If the request included aMarker, the response returns that value in this field.DescribeTagsResponse.BuildernextMarker(String nextMarker)If a value is present, there are more tags to return.DescribeTagsResponse.Buildertags(Collection<Tag> tags)Returns tags associated with the file system as an array ofTagobjects.DescribeTagsResponse.Buildertags(Consumer<Tag.Builder>... tags)Returns tags associated with the file system as an array ofTagobjects.DescribeTagsResponse.Buildertags(Tag... tags)Returns tags associated with the file system as an array ofTagobjects.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
marker
DescribeTagsResponse.Builder marker(String marker)
If the request included a
Marker, the response returns that value in this field.- Parameters:
marker- If the request included aMarker, the response returns that value in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeTagsResponse.Builder tags(Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tagobjects.- Parameters:
tags- Returns tags associated with the file system as an array ofTagobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeTagsResponse.Builder tags(Tag... tags)
Returns tags associated with the file system as an array of
Tagobjects.- Parameters:
tags- Returns tags associated with the file system as an array ofTagobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeTagsResponse.Builder tags(Consumer<Tag.Builder>... tags)
Returns tags associated with the file system as an array of
This is a convenience method that creates an instance of theTagobjects.Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
nextMarker
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
NextMarkeras the value of theMarkerparameter in your next request to retrieve the next set of tags.- Parameters:
nextMarker- If a value is present, there are more tags to return. In a subsequent request, you can provide the value ofNextMarkeras the value of theMarkerparameter in your next request to retrieve the next set of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-