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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.