Interface ListExtensionAssociationsRequest.Builder

    • 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.