public static interface GetQueueAttributesResponse.Builder extends SqsResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.