public static interface ListHostedConfigurationVersionsRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<ListHostedConfigurationVersionsRequest.Builder,ListHostedConfigurationVersionsRequest>
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 versionLabel(String versionLabel)
An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't specify an asterisk at the end of the value, only an exact match is returned.
versionLabel - An optional filter that can be used to specify the version label of an AppConfig hosted configuration
version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't
specify an asterisk at the end of the value, only an exact match is returned.ListHostedConfigurationVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHostedConfigurationVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.