public static interface DescribeCustomDomainAssociationsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeCustomDomainAssociationsResponse.Builder,DescribeCustomDomainAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomDomainAssociationsResponse.Builder |
associations(Association... associations)
The associations for the custom domain.
|
DescribeCustomDomainAssociationsResponse.Builder |
associations(Collection<Association> associations)
The associations for the custom domain.
|
DescribeCustomDomainAssociationsResponse.Builder |
associations(Consumer<Association.Builder>... associations)
The associations for the custom domain.
|
DescribeCustomDomainAssociationsResponse.Builder |
marker(String marker)
The marker for the custom domain association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCustomDomainAssociationsResponse.Builder marker(String marker)
The marker for the custom domain association.
marker - The marker for the custom domain association.DescribeCustomDomainAssociationsResponse.Builder associations(Collection<Association> associations)
The associations for the custom domain.
associations - The associations for the custom domain.DescribeCustomDomainAssociationsResponse.Builder associations(Association... associations)
The associations for the custom domain.
associations - The associations for the custom domain.DescribeCustomDomainAssociationsResponse.Builder associations(Consumer<Association.Builder>... associations)
The associations for the custom domain.
This is a convenience method that creates an instance of theAssociation.Builder avoiding the need to create one
manually via Association.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #associations(List.
associations - a consumer that will call methods on
Association.Builder#associations(java.util.Collection) Copyright © 2023. All rights reserved.