Interface ListCustomDomainAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCustomDomainAssociationsResponse.Builder,ListCustomDomainAssociationsResponse>,RedshiftServerlessResponse.Builder,SdkBuilder<ListCustomDomainAssociationsResponse.Builder,ListCustomDomainAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCustomDomainAssociationsResponse
public static interface ListCustomDomainAssociationsResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<ListCustomDomainAssociationsResponse.Builder,ListCustomDomainAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomDomainAssociationsResponse.Builderassociations(Collection<Association> associations)A list of Association objects.ListCustomDomainAssociationsResponse.Builderassociations(Consumer<Association.Builder>... associations)A list of Association objects.ListCustomDomainAssociationsResponse.Builderassociations(Association... associations)A list of Association objects.ListCustomDomainAssociationsResponse.BuildernextToken(String nextToken)WhennextTokenis returned, there are more results available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
associations
ListCustomDomainAssociationsResponse.Builder associations(Collection<Association> associations)
A list of Association objects.
- Parameters:
associations- A list of Association objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associations
ListCustomDomainAssociationsResponse.Builder associations(Association... associations)
A list of Association objects.
- Parameters:
associations- A list of Association objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associations
ListCustomDomainAssociationsResponse.Builder associations(Consumer<Association.Builder>... associations)
A list of Association objects.
This is a convenience method that creates an instance of theAssociation.Builderavoiding the need to create one manually viaAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#associations(List.) - Parameters:
associations- a consumer that will call methods onAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#associations(java.util.Collection)
-
nextToken
ListCustomDomainAssociationsResponse.Builder nextToken(String nextToken)
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken- WhennextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-