Interface ListChannelGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListChannelGroupsRequest.Builder,ListChannelGroupsRequest>,MediaPackageV2Request.Builder,SdkBuilder<ListChannelGroupsRequest.Builder,ListChannelGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListChannelGroupsRequest
public static interface ListChannelGroupsRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<ListChannelGroupsRequest.Builder,ListChannelGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.ListChannelGroupsRequest.BuildernextToken(String nextToken)The pagination token from the GET list request.ListChannelGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackagev2.model.MediaPackageV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListChannelGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListChannelGroupsRequest.Builder nextToken(String nextToken)
The pagination token from the GET list request. Use the token to fetch the next page of results.
- Parameters:
nextToken- The pagination token from the GET list request. Use the token to fetch the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChannelGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-