public static interface DescribeEndpointsRequest.Builder extends MediaConvertRequest.Builder, CopyableBuilder<DescribeEndpointsRequest.Builder,DescribeEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointsRequest.Builder |
maxResults(Integer maxResults)
Optional.
|
DescribeEndpointsRequest.Builder |
nextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of endpoints.
|
DescribeEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeEndpointsRequest.Builder maxResults(Integer maxResults)
maxResults - Optional. Max number of endpoints, up to twenty, that will be returned at one time.DescribeEndpointsRequest.Builder nextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of
endpoints.DescribeEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.