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 Details

    • 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

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.