Interface GetExtensionAssociationResponse.Builder

    • Method Detail

      • id

        GetExtensionAssociationResponse.Builder id​(String 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

        GetExtensionAssociationResponse.Builder extensionArn​(String 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

        GetExtensionAssociationResponse.Builder resourceArn​(String 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

        GetExtensionAssociationResponse.Builder arn​(String 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

        GetExtensionAssociationResponse.Builder parameters​(Map<String,​String> 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

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