Interface ListCollaborationMlInputChannelsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<ListCollaborationMlInputChannelsResponse.Builder,ListCollaborationMlInputChannelsResponse>,SdkBuilder<ListCollaborationMlInputChannelsResponse.Builder,ListCollaborationMlInputChannelsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCollaborationMlInputChannelsResponse
public static interface ListCollaborationMlInputChannelsResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListCollaborationMlInputChannelsResponse.Builder,ListCollaborationMlInputChannelsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCollaborationMlInputChannelsResponse.BuildercollaborationMLInputChannelsList(Collection<CollaborationMLInputChannelSummary> collaborationMLInputChannelsList)The list of ML input channels that you wanted.ListCollaborationMlInputChannelsResponse.BuildercollaborationMLInputChannelsList(Consumer<CollaborationMLInputChannelSummary.Builder>... collaborationMLInputChannelsList)The list of ML input channels that you wanted.ListCollaborationMlInputChannelsResponse.BuildercollaborationMLInputChannelsList(CollaborationMLInputChannelSummary... collaborationMLInputChannelsList)The list of ML input channels that you wanted.ListCollaborationMlInputChannelsResponse.BuildernextToken(String nextToken)The token value used to access the next page of results.-
Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.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
ListCollaborationMlInputChannelsResponse.Builder nextToken(String nextToken)
The token value used to access the next page of results.
- Parameters:
nextToken- The token value used to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationMLInputChannelsList
ListCollaborationMlInputChannelsResponse.Builder collaborationMLInputChannelsList(Collection<CollaborationMLInputChannelSummary> collaborationMLInputChannelsList)
The list of ML input channels that you wanted.
- Parameters:
collaborationMLInputChannelsList- The list of ML input channels that you wanted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationMLInputChannelsList
ListCollaborationMlInputChannelsResponse.Builder collaborationMLInputChannelsList(CollaborationMLInputChannelSummary... collaborationMLInputChannelsList)
The list of ML input channels that you wanted.
- Parameters:
collaborationMLInputChannelsList- The list of ML input channels that you wanted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationMLInputChannelsList
ListCollaborationMlInputChannelsResponse.Builder collaborationMLInputChannelsList(Consumer<CollaborationMLInputChannelSummary.Builder>... collaborationMLInputChannelsList)
The list of ML input channels that you wanted.
This is a convenience method that creates an instance of theCollaborationMLInputChannelSummary.Builderavoiding the need to create one manually viaCollaborationMLInputChannelSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#collaborationMLInputChannelsList(List.) - Parameters:
collaborationMLInputChannelsList- a consumer that will call methods onCollaborationMLInputChannelSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#collaborationMLInputChannelsList(java.util.Collection)
-
-