public static interface DescribeTagsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeTagsResponse.Builder |
taggedResources(Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.
|
DescribeTagsResponse.Builder |
taggedResources(Consumer<TaggedResource.Builder>... taggedResources)
A list of tags with their associated resources.
|
DescribeTagsResponse.Builder |
taggedResources(TaggedResource... taggedResources)
A list of tags with their associated resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTagsResponse.Builder taggedResources(Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.
taggedResources - A list of tags with their associated resources.DescribeTagsResponse.Builder taggedResources(TaggedResource... taggedResources)
A list of tags with their associated resources.
taggedResources - A list of tags with their associated resources.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.Builder avoiding the need to create one
manually via TaggedResource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #taggedResources(List.
taggedResources - a consumer that will call methods on
TaggedResource.Builder#taggedResources(java.util.Collection) 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 Marker parameter and retrying the command. If the Marker field is
empty, all response records have been retrieved for the request.
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 Marker parameter and retrying the command. If the
Marker field is empty, all response records have been retrieved for the request.Copyright © 2022. All rights reserved.