Interface DescribeTagsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>,RedshiftResponse.Builder,SdkBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTagsResponse
public static interface DescribeTagsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTagsResponse.Buildermarker(String marker)A value that indicates the starting point for the next set of response records in a subsequent request.DescribeTagsResponse.BuildertaggedResources(Collection<TaggedResource> taggedResources)A list of tags with their associated resources.DescribeTagsResponse.BuildertaggedResources(Consumer<TaggedResource.Builder>... taggedResources)A list of tags with their associated resources.DescribeTagsResponse.BuildertaggedResources(TaggedResource... taggedResources)A list of tags with their associated resources.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
taggedResources
DescribeTagsResponse.Builder taggedResources(Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.
- Parameters:
taggedResources- A list of tags with their associated resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taggedResources
DescribeTagsResponse.Builder taggedResources(TaggedResource... taggedResources)
A list of tags with their associated resources.
- Parameters:
taggedResources- A list of tags with their associated resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taggedResources
DescribeTagsResponse.Builder taggedResources(Consumer<TaggedResource.Builder>... taggedResources)
A list of tags with their associated resources.
This is a convenience method that creates an instance of theTaggedResource.Builderavoiding the need to create one manually viaTaggedResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#taggedResources(List.) - Parameters:
taggedResources- a consumer that will call methods onTaggedResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#taggedResources(java.util.Collection)
-
marker
DescribeTagsResponse.Builder marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
Markerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.- Parameters:
marker- A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in theMarkerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-