Interface ListVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListVersionsRequest.Builder,ListVersionsRequest>,MediaConvertRequest.Builder,SdkBuilder<ListVersionsRequest.Builder,ListVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVersionsRequest
public static interface ListVersionsRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<ListVersionsRequest.Builder,ListVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVersionsRequest.BuildermaxResults(Integer maxResults)Optional.ListVersionsRequest.BuildernextToken(String nextToken)Optional.ListVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVersionsRequest.BuilderoverrideConfiguration(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListVersionsRequest.Builder maxResults(Integer maxResults)
Optional. Number of valid Job engine versions, up to twenty, that will be returned at one time.- Parameters:
maxResults- Optional. Number of valid Job engine versions, 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.
-
nextToken
ListVersionsRequest.Builder nextToken(String nextToken)
Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.- Parameters:
nextToken- Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-