Interface ListIdNamespaceAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<ListIdNamespaceAssociationsResponse.Builder,
,ListIdNamespaceAssociationsResponse> SdkBuilder<ListIdNamespaceAssociationsResponse.Builder,
,ListIdNamespaceAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListIdNamespaceAssociationsResponse
@Mutable
@NotThreadSafe
public static interface ListIdNamespaceAssociationsResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListIdNamespaceAssociationsResponse.Builder,ListIdNamespaceAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionidNamespaceAssociationSummaries
(Collection<IdNamespaceAssociationSummary> idNamespaceAssociationSummaries) The summary information of the ID namespace associations that you requested.idNamespaceAssociationSummaries
(Consumer<IdNamespaceAssociationSummary.Builder>... idNamespaceAssociationSummaries) The summary information of the ID namespace associations that you requested.idNamespaceAssociationSummaries
(IdNamespaceAssociationSummary... idNamespaceAssociationSummaries) The summary information of the ID namespace associations that you requested.The token value provided to access the next page of results.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.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
-
nextToken
The token value provided to access the next page of results.
- Parameters:
nextToken
- The token value provided to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idNamespaceAssociationSummaries
ListIdNamespaceAssociationsResponse.Builder idNamespaceAssociationSummaries(Collection<IdNamespaceAssociationSummary> idNamespaceAssociationSummaries) The summary information of the ID namespace associations that you requested.
- Parameters:
idNamespaceAssociationSummaries
- The summary information of the ID namespace associations that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idNamespaceAssociationSummaries
ListIdNamespaceAssociationsResponse.Builder idNamespaceAssociationSummaries(IdNamespaceAssociationSummary... idNamespaceAssociationSummaries) The summary information of the ID namespace associations that you requested.
- Parameters:
idNamespaceAssociationSummaries
- The summary information of the ID namespace associations that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idNamespaceAssociationSummaries
ListIdNamespaceAssociationsResponse.Builder idNamespaceAssociationSummaries(Consumer<IdNamespaceAssociationSummary.Builder>... idNamespaceAssociationSummaries) The summary information of the ID namespace associations that you requested.
This is a convenience method that creates an instance of theIdNamespaceAssociationSummary.Builder
avoiding the need to create one manually viaIdNamespaceAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidNamespaceAssociationSummaries(List<IdNamespaceAssociationSummary>)
.- Parameters:
idNamespaceAssociationSummaries
- a consumer that will call methods onIdNamespaceAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-