public static interface DescribeScheduleRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<DescribeScheduleRequest.Builder,DescribeScheduleRequest>
Modifier and Type | Method and Description |
---|---|
DescribeScheduleRequest.Builder |
channelId(String channelId)
Id of the channel whose schedule is being updated.
|
DescribeScheduleRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeScheduleRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeScheduleRequest.Builder channelId(String channelId)
channelId
- Id of the channel whose schedule is being updated.DescribeScheduleRequest.Builder maxResults(Integer maxResults)
maxResults
- The new value for the MaxResults property for this object.DescribeScheduleRequest.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.DescribeScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.