public static interface GetQueueAttributesResponse.Builder extends SQSResponse.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<GetQueueAttributesResponse.Builder,GetQueueAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetQueueAttributesResponse.Builder |
attributes(Map<String,String> attributes)
A map of attributes to their respective values.
|
buildGetQueueAttributesResponse.Builder attributes(Map<String,String> attributes)
A map of attributes to their respective values.
attributes - A map of attributes to their respective values.Copyright © 2018. All rights reserved.