public static interface ListExtensionVersionsRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<ListExtensionVersionsRequest.Builder,ListExtensionVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExtensionVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListExtensionVersionsRequest.Builder |
name(String name)
The name of the extension.
|
ListExtensionVersionsRequest.Builder |
namespace(String namespace)
The namespace (qualifier) of the extension.
|
ListExtensionVersionsRequest.Builder |
nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListExtensionVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExtensionVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExtensionVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
maxResults - The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
ListExtensionVersionsRequest.Builder name(String name)
The name of the extension.
name - The name of the extension.ListExtensionVersionsRequest.Builder namespace(String namespace)
The namespace (qualifier) of the extension.
namespace - The namespace (qualifier) of the extension.ListExtensionVersionsRequest.Builder nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
ListExtensionVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExtensionVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.