Interface ListIdNamespaceAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<ListIdNamespaceAssociationsResponse.Builder,ListIdNamespaceAssociationsResponse>,SdkBuilder<ListIdNamespaceAssociationsResponse.Builder,ListIdNamespaceAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIdNamespaceAssociationsResponse
public static interface ListIdNamespaceAssociationsResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListIdNamespaceAssociationsResponse.Builder,ListIdNamespaceAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdNamespaceAssociationsResponse.BuilderidNamespaceAssociationSummaries(Collection<IdNamespaceAssociationSummary> idNamespaceAssociationSummaries)The summary information of the ID namespace associations that you requested.ListIdNamespaceAssociationsResponse.BuilderidNamespaceAssociationSummaries(Consumer<IdNamespaceAssociationSummary.Builder>... idNamespaceAssociationSummaries)The summary information of the ID namespace associations that you requested.ListIdNamespaceAssociationsResponse.BuilderidNamespaceAssociationSummaries(IdNamespaceAssociationSummary... idNamespaceAssociationSummaries)The summary information of the ID namespace associations that you requested.ListIdNamespaceAssociationsResponse.BuildernextToken(String nextToken)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 Detail
-
nextToken
ListIdNamespaceAssociationsResponse.Builder nextToken(String 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.Builderavoiding the need to create one manually viaIdNamespaceAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#idNamespaceAssociationSummaries(List.) - 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:
#idNamespaceAssociationSummaries(java.util.Collection)
-
-