Interface AssociationExecutionTarget.Builder

    • Method Detail

      • associationId

        AssociationExecutionTarget.Builder associationId​(String associationId)

        The association ID.

        Parameters:
        associationId - The association ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationVersion

        AssociationExecutionTarget.Builder associationVersion​(String associationVersion)

        The association version.

        Parameters:
        associationVersion - The association version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionId

        AssociationExecutionTarget.Builder executionId​(String executionId)

        The execution ID.

        Parameters:
        executionId - The execution ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        AssociationExecutionTarget.Builder resourceId​(String resourceId)

        The resource ID, for example, the managed node ID where the association ran.

        Parameters:
        resourceId - The resource ID, for example, the managed node ID where the association ran.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        AssociationExecutionTarget.Builder resourceType​(String resourceType)

        The resource type, for example, EC2.

        Parameters:
        resourceType - The resource type, for example, EC2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        AssociationExecutionTarget.Builder status​(String status)

        The association execution status.

        Parameters:
        status - The association execution status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detailedStatus

        AssociationExecutionTarget.Builder detailedStatus​(String detailedStatus)

        Detailed information about the execution status.

        Parameters:
        detailedStatus - Detailed information about the execution status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastExecutionDate

        AssociationExecutionTarget.Builder lastExecutionDate​(Instant lastExecutionDate)

        The date of the last execution.

        Parameters:
        lastExecutionDate - The date of the last execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputSource

        AssociationExecutionTarget.Builder outputSource​(OutputSource outputSource)

        The location where the association details are saved.

        Parameters:
        outputSource - The location where the association details are saved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.