Interface GetDomainNameAccessAssociationsResponse.Builder
- All Superinterfaces:
ApiGatewayResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDomainNameAccessAssociationsResponse.Builder,
,GetDomainNameAccessAssociationsResponse> SdkBuilder<GetDomainNameAccessAssociationsResponse.Builder,
,GetDomainNameAccessAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDomainNameAccessAssociationsResponse
@Mutable
@NotThreadSafe
public static interface GetDomainNameAccessAssociationsResponse.Builder
extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetDomainNameAccessAssociationsResponse.Builder,GetDomainNameAccessAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current page of elements from this collection.items
(Consumer<DomainNameAccessAssociation.Builder>... items) The current page of elements from this collection.items
(DomainNameAccessAssociation... items) The current page of elements from this collection.Sets the value of the Position property for this object.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
position
Sets the value of the Position property for this object.- Parameters:
position
- The new value for the Position property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
GetDomainNameAccessAssociationsResponse.Builder items(Collection<DomainNameAccessAssociation> items) The current page of elements from this collection.
- Parameters:
items
- The current page of elements from this collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The current page of elements from this collection.
- Parameters:
items
- The current page of elements from this collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
GetDomainNameAccessAssociationsResponse.Builder items(Consumer<DomainNameAccessAssociation.Builder>... items) The current page of elements from this collection.
This is a convenience method that creates an instance of theDomainNameAccessAssociation.Builder
avoiding the need to create one manually viaDomainNameAccessAssociation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<DomainNameAccessAssociation>)
.- Parameters:
items
- a consumer that will call methods onDomainNameAccessAssociation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-