Interface AssociatedSource.Builder

  • Method Details

    • resourceShareArn

      AssociatedSource.Builder resourceShareArn(String resourceShareArn)

      The Amazon Resource Name (ARN) of the resource share that contains the source association.

      Parameters:
      resourceShareArn - The Amazon Resource Name (ARN) of the resource share that contains the source association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceId

      AssociatedSource.Builder sourceId(String sourceId)

      The identifier of the source. This can be an account ID, Amazon Resource Name (ARN), organization ID, or organization path.

      Parameters:
      sourceId - The identifier of the source. This can be an account ID, Amazon Resource Name (ARN), organization ID, or organization path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceType

      AssociatedSource.Builder sourceType(String sourceType)

      The type of source.

      Parameters:
      sourceType - The type of source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the source association.

      Parameters:
      status - The current status of the source association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      AssociatedSource.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The date and time when the source association was last updated.

      Parameters:
      lastUpdatedTime - The date and time when the source association was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      AssociatedSource.Builder creationTime(Instant creationTime)

      The date and time when the source association was created.

      Parameters:
      creationTime - The date and time when the source association was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      AssociatedSource.Builder statusMessage(String statusMessage)

      A message about the status of the source association.

      Parameters:
      statusMessage - A message about the status of the source association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.