public static interface GetQueueAttributesResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<GetQueueAttributesResponse.Builder,GetQueueAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetQueueAttributesResponse.Builder |
attributes(Map<QueueAttributeName,String> attributes)
A map of attributes to their respective values.
|
GetQueueAttributesResponse.Builder |
attributesWithStrings(Map<String,String> attributes)
A map of attributes to their respective values.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetQueueAttributesResponse.Builder attributesWithStrings(Map<String,String> attributes)
A map of attributes to their respective values.
attributes - A map of attributes to their respective values.GetQueueAttributesResponse.Builder attributes(Map<QueueAttributeName,String> attributes)
A map of attributes to their respective values.
attributes - A map of attributes to their respective values.Copyright © 2021. All rights reserved.