public static interface ListExtensionAssociationsRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<ListExtensionAssociationsRequest.Builder,ListExtensionAssociationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExtensionAssociationsRequest.Builder resourceIdentifier(String resourceIdentifier)
The ARN of an application, configuration profile, or environment.
resourceIdentifier - The ARN of an application, configuration profile, or environment.ListExtensionAssociationsRequest.Builder extensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier - The name, the ID, or the Amazon Resource Name (ARN) of the extension.ListExtensionAssociationsRequest.Builder extensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
extensionVersionNumber - The version number for the extension defined in the association.ListExtensionAssociationsRequest.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.ListExtensionAssociationsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.
nextToken - A token to start the list. Use this token to get the next set of results or pass null to get the first
set of results.ListExtensionAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExtensionAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.