Interface GetQueueAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetQueueAttributesResponse.Builder,GetQueueAttributesResponse>,SdkBuilder<GetQueueAttributesResponse.Builder,GetQueueAttributesResponse>,SdkPojo,SdkResponse.Builder,SqsResponse.Builder
- Enclosing class:
- GetQueueAttributesResponse
@Mutable @NotThreadSafe public static interface GetQueueAttributesResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<GetQueueAttributesResponse.Builder,GetQueueAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetQueueAttributesResponse.Builderattributes(Map<QueueAttributeName,String> attributes)A map of attributes to their respective values.GetQueueAttributesResponse.BuilderattributesWithStrings(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, 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
-
attributesWithStrings
GetQueueAttributesResponse.Builder attributesWithStrings(Map<String,String> 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.
-
attributes
GetQueueAttributesResponse.Builder attributes(Map<QueueAttributeName,String> 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.
-
-