public static interface ListHostedConfigurationVersionsRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<ListHostedConfigurationVersionsRequest.Builder,ListHostedConfigurationVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHostedConfigurationVersionsRequest.Builder |
applicationId(String applicationId)
The application ID.
|
ListHostedConfigurationVersionsRequest.Builder |
configurationProfileId(String configurationProfileId)
The configuration profile ID.
|
ListHostedConfigurationVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListHostedConfigurationVersionsRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
ListHostedConfigurationVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHostedConfigurationVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHostedConfigurationVersionsRequest.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.ListHostedConfigurationVersionsRequest.Builder configurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId - The configuration profile ID.ListHostedConfigurationVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.ListHostedConfigurationVersionsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of results.ListHostedConfigurationVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHostedConfigurationVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.