public static interface ListEngineVersionsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListEngineVersionsRequest.Builder,ListEngineVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEngineVersionsRequest.Builder |
engineType(EngineType engineType)
The type of target platform.
|
ListEngineVersionsRequest.Builder |
engineType(String engineType)
The type of target platform.
|
ListEngineVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects to return.
|
ListEngineVersionsRequest.Builder |
nextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListEngineVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEngineVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEngineVersionsRequest.Builder engineType(String engineType)
The type of target platform.
engineType - The type of target platform.EngineType,
EngineTypeListEngineVersionsRequest.Builder engineType(EngineType engineType)
The type of target platform.
engineType - The type of target platform.EngineType,
EngineTypeListEngineVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return.
maxResults - The maximum number of objects to return.ListEngineVersionsRequest.Builder nextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.ListEngineVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEngineVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.