Interface ListMlInputChannelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsMlRequest.Builder,CopyableBuilder<ListMlInputChannelsRequest.Builder,ListMlInputChannelsRequest>,SdkBuilder<ListMlInputChannelsRequest.Builder,ListMlInputChannelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMlInputChannelsRequest
public static interface ListMlInputChannelsRequest.Builder extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<ListMlInputChannelsRequest.Builder,ListMlInputChannelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMlInputChannelsRequest.BuildermaxResults(Integer maxResults)The maximum number of ML input channels to return.ListMlInputChannelsRequest.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the membership that contains the ML input channels that you want to list.ListMlInputChannelsRequest.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListMlInputChannelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMlInputChannelsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
nextToken
ListMlInputChannelsRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMlInputChannelsRequest.Builder maxResults(Integer maxResults)
The maximum number of ML input channels to return.
- Parameters:
maxResults- The maximum number of ML input channels to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
ListMlInputChannelsRequest.Builder membershipIdentifier(String membershipIdentifier)
The membership ID of the membership that contains the ML input channels that you want to list.
- Parameters:
membershipIdentifier- The membership ID of the membership that contains the ML input channels that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMlInputChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMlInputChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-