Interface UpdateExtensionAssociationResponse.Builder

  • Method Details

    • id

      The system-generated ID for the association.

      Parameters:
      id - The system-generated ID for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • extensionArn

      The ARN of the extension defined in the association.

      Parameters:
      extensionArn - The ARN of the extension defined in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      The ARNs of applications, configuration profiles, or environments defined in the association.

      Parameters:
      resourceArn - The ARNs of applications, configuration profiles, or environments defined in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The system-generated Amazon Resource Name (ARN) for the extension.

      Parameters:
      arn - The system-generated Amazon Resource Name (ARN) for the extension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      The parameter names and values defined in the association.

      Parameters:
      parameters - The parameter names and values defined in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • extensionVersionNumber

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