Interface ListExtensionAssociationsRequest.Builder
-
- All Superinterfaces:
AppConfigRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListExtensionAssociationsRequest.Builder,ListExtensionAssociationsRequest>,SdkBuilder<ListExtensionAssociationsRequest.Builder,ListExtensionAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListExtensionAssociationsRequest
public static interface ListExtensionAssociationsRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<ListExtensionAssociationsRequest.Builder,ListExtensionAssociationsRequest>
-
-
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, sdkFields
-
-
-
-
Method Detail
-
resourceIdentifier
ListExtensionAssociationsRequest.Builder resourceIdentifier(String resourceIdentifier)
The ARN of an application, configuration profile, or environment.
- Parameters:
resourceIdentifier- The ARN of an application, configuration profile, or environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extensionIdentifier
ListExtensionAssociationsRequest.Builder extensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
- Parameters:
extensionIdentifier- The name, the ID, or the Amazon Resource Name (ARN) of the extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extensionVersionNumber
ListExtensionAssociationsRequest.Builder extensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
- Parameters:
extensionVersionNumber- The version number for the extension defined in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListExtensionAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListExtensionAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-