Interface GetQueueAttributesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetQueueAttributesResponse.Builder,
,GetQueueAttributesResponse> SdkBuilder<GetQueueAttributesResponse.Builder,
,GetQueueAttributesResponse> SdkPojo
,SdkResponse.Builder
,SqsResponse.Builder
- Enclosing class:
GetQueueAttributesResponse
public static interface GetQueueAttributesResponse.Builder
extends SqsResponse.Builder, SdkPojo, CopyableBuilder<GetQueueAttributesResponse.Builder,GetQueueAttributesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<QueueAttributeName, String> attributes) A map of attributes to their respective values.attributesWithStrings
(Map<String, String> attributes) A map of attributes to their respective values.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, 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 Details
-
attributesWithStrings
A map of attributes to their respective values.
- Parameters:
attributes
- A map of attributes to their respective values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
A map of attributes to their respective values.
- Parameters:
attributes
- A map of attributes to their respective values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-