Interface ListQueueTagsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListQueueTagsResponse.Builder,ListQueueTagsResponse>,SdkBuilder<ListQueueTagsResponse.Builder,ListQueueTagsResponse>,SdkPojo,SdkResponse.Builder,SqsResponse.Builder
- Enclosing class:
- ListQueueTagsResponse
@Mutable @NotThreadSafe public static interface ListQueueTagsResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<ListQueueTagsResponse.Builder,ListQueueTagsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQueueTagsResponse.Buildertags(Map<String,String> tags)The list of all tags added to the specified queue.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.sqs.model.SqsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
tags
ListQueueTagsResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified queue.
- Parameters:
tags- The list of all tags added to the specified queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-