Interface ListHostedConfigurationVersionsRequest.Builder
-
- All Superinterfaces:
AppConfigRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListHostedConfigurationVersionsRequest.Builder,ListHostedConfigurationVersionsRequest>,SdkBuilder<ListHostedConfigurationVersionsRequest.Builder,ListHostedConfigurationVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListHostedConfigurationVersionsRequest
public static interface ListHostedConfigurationVersionsRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<ListHostedConfigurationVersionsRequest.Builder,ListHostedConfigurationVersionsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applicationId
ListHostedConfigurationVersionsRequest.Builder applicationId(String applicationId)
The application ID.
- Parameters:
applicationId- The application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProfileId
ListHostedConfigurationVersionsRequest.Builder configurationProfileId(String configurationProfileId)
The configuration profile ID.
- Parameters:
configurationProfileId- The configuration profile ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListHostedConfigurationVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. If
MaxResultsis not provided in the call, AppConfig returns the maximum of 50. The call also returns a token that you can specify in a subsequent call to get the next set of results.- Parameters:
maxResults- The maximum number of items to return for this call. IfMaxResultsis not provided in the call, AppConfig returns the maximum of 50. The call also returns a token that you can specify in a subsequent call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListHostedConfigurationVersionsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
- Parameters:
nextToken- A token to start the list. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionLabel
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHostedConfigurationVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHostedConfigurationVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-