Interface ListMlInputChannelsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<ListMlInputChannelsResponse.Builder,ListMlInputChannelsResponse>,SdkBuilder<ListMlInputChannelsResponse.Builder,ListMlInputChannelsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMlInputChannelsResponse
public static interface ListMlInputChannelsResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListMlInputChannelsResponse.Builder,ListMlInputChannelsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMlInputChannelsResponse.BuildermlInputChannelsList(Collection<MLInputChannelSummary> mlInputChannelsList)The list of ML input channels that you wanted.ListMlInputChannelsResponse.BuildermlInputChannelsList(Consumer<MLInputChannelSummary.Builder>... mlInputChannelsList)The list of ML input channels that you wanted.ListMlInputChannelsResponse.BuildermlInputChannelsList(MLInputChannelSummary... mlInputChannelsList)The list of ML input channels that you wanted.ListMlInputChannelsResponse.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
ListMlInputChannelsResponse.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.
-
mlInputChannelsList
ListMlInputChannelsResponse.Builder mlInputChannelsList(Collection<MLInputChannelSummary> mlInputChannelsList)
The list of ML input channels that you wanted.
- Parameters:
mlInputChannelsList- The list of ML input channels that you wanted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlInputChannelsList
ListMlInputChannelsResponse.Builder mlInputChannelsList(MLInputChannelSummary... mlInputChannelsList)
The list of ML input channels that you wanted.
- Parameters:
mlInputChannelsList- The list of ML input channels that you wanted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlInputChannelsList
ListMlInputChannelsResponse.Builder mlInputChannelsList(Consumer<MLInputChannelSummary.Builder>... mlInputChannelsList)
The list of ML input channels that you wanted.
This is a convenience method that creates an instance of theMLInputChannelSummary.Builderavoiding the need to create one manually viaMLInputChannelSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#mlInputChannelsList(List.) - Parameters:
mlInputChannelsList- a consumer that will call methods onMLInputChannelSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#mlInputChannelsList(java.util.Collection)
-
-