public static interface DescribeEndpointsRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<DescribeEndpointsRequest.Builder,DescribeEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointsRequest.Builder |
maxResults(Integer maxResults)
Optional.
|
DescribeEndpointsRequest.Builder |
mode(DescribeEndpointsMode mode)
Optional field, defaults to DEFAULT.
|
DescribeEndpointsRequest.Builder |
mode(String mode)
Optional field, defaults to DEFAULT.
|
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) |
DescribeEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointsRequest.Builder maxResults(Integer maxResults)
maxResults - Optional. Max number of endpoints, up to twenty, that will be returned at one time.DescribeEndpointsRequest.Builder mode(String mode)
mode - Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if
any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify
GET_ONLY to return your endpoints if any exist, or an empty list if none exist.DescribeEndpointsMode,
DescribeEndpointsModeDescribeEndpointsRequest.Builder mode(DescribeEndpointsMode mode)
mode - Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if
any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify
GET_ONLY to return your endpoints if any exist, or an empty list if none exist.DescribeEndpointsMode,
DescribeEndpointsModeDescribeEndpointsRequest.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)
overrideConfiguration in interface AwsRequest.BuilderDescribeEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.