Interface DescribeEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeEndpointsRequest.Builder,DescribeEndpointsRequest>
,MediaConvertRequest.Builder
,SdkBuilder<DescribeEndpointsRequest.Builder,DescribeEndpointsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeEndpointsRequest
public static interface DescribeEndpointsRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<DescribeEndpointsRequest.Builder,DescribeEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEndpointsRequest.Builder
maxResults(Integer maxResults)
Optional.DescribeEndpointsRequest.Builder
mode(String mode)
Optional field, defaults to DEFAULT.DescribeEndpointsRequest.Builder
mode(DescribeEndpointsMode 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeEndpointsRequest.Builder
overrideConfiguration(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.mediaconvert.model.MediaConvertRequest.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
DescribeEndpointsRequest.Builder maxResults(Integer maxResults)
Optional. Max number of endpoints, up to twenty, that will be returned at one time.- Parameters:
maxResults
- Optional. Max number of endpoints, up to twenty, that will be returned at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
DescribeEndpointsRequest.Builder mode(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DescribeEndpointsMode
,DescribeEndpointsMode
-
mode
DescribeEndpointsRequest.Builder mode(DescribeEndpointsMode 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DescribeEndpointsMode
,DescribeEndpointsMode
-
nextToken
DescribeEndpointsRequest.Builder nextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of endpoints.- Parameters:
nextToken
- Use this string, provided with the response to a previous request, to request the next batch of endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-