Interface ListCollaborationIdNamespaceAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<ListCollaborationIdNamespaceAssociationsResponse.Builder,
,ListCollaborationIdNamespaceAssociationsResponse> SdkBuilder<ListCollaborationIdNamespaceAssociationsResponse.Builder,
,ListCollaborationIdNamespaceAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListCollaborationIdNamespaceAssociationsResponse
@Mutable
@NotThreadSafe
public static interface ListCollaborationIdNamespaceAssociationsResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListCollaborationIdNamespaceAssociationsResponse.Builder,ListCollaborationIdNamespaceAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationIdNamespaceAssociationSummaries
(Collection<CollaborationIdNamespaceAssociationSummary> collaborationIdNamespaceAssociationSummaries) The summary information of the collaboration ID namespace associations that you requested.collaborationIdNamespaceAssociationSummaries
(Consumer<CollaborationIdNamespaceAssociationSummary.Builder>... collaborationIdNamespaceAssociationSummaries) The summary information of the collaboration ID namespace associations that you requested.collaborationIdNamespaceAssociationSummaries
(CollaborationIdNamespaceAssociationSummary... collaborationIdNamespaceAssociationSummaries) The summary information of the collaboration 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.
-
collaborationIdNamespaceAssociationSummaries
ListCollaborationIdNamespaceAssociationsResponse.Builder collaborationIdNamespaceAssociationSummaries(Collection<CollaborationIdNamespaceAssociationSummary> collaborationIdNamespaceAssociationSummaries) The summary information of the collaboration ID namespace associations that you requested.
- Parameters:
collaborationIdNamespaceAssociationSummaries
- The summary information of the collaboration ID namespace associations that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdNamespaceAssociationSummaries
ListCollaborationIdNamespaceAssociationsResponse.Builder collaborationIdNamespaceAssociationSummaries(CollaborationIdNamespaceAssociationSummary... collaborationIdNamespaceAssociationSummaries) The summary information of the collaboration ID namespace associations that you requested.
- Parameters:
collaborationIdNamespaceAssociationSummaries
- The summary information of the collaboration ID namespace associations that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdNamespaceAssociationSummaries
ListCollaborationIdNamespaceAssociationsResponse.Builder collaborationIdNamespaceAssociationSummaries(Consumer<CollaborationIdNamespaceAssociationSummary.Builder>... collaborationIdNamespaceAssociationSummaries) The summary information of the collaboration ID namespace associations that you requested.
This is a convenience method that creates an instance of theCollaborationIdNamespaceAssociationSummary.Builder
avoiding the need to create one manually viaCollaborationIdNamespaceAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocollaborationIdNamespaceAssociationSummaries(List<CollaborationIdNamespaceAssociationSummary>)
.- Parameters:
collaborationIdNamespaceAssociationSummaries
- a consumer that will call methods onCollaborationIdNamespaceAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-