Interface RelationshipDetail.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the relationship.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the relationship.

      Parameters:
      id - The unique identifier of the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revision

      RelationshipDetail.Builder revision(String revision)

      The current revision number of the relationship.

      Parameters:
      revision - The current revision number of the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalog

      The catalog identifier associated with the relationship.

      Parameters:
      catalog - The catalog identifier associated with the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationType

      RelationshipDetail.Builder associationType(String associationType)

      The type of association for the relationship.

      Parameters:
      associationType - The type of association for the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • associationType

      RelationshipDetail.Builder associationType(AssociationType associationType)

      The type of association for the relationship.

      Parameters:
      associationType - The type of association for the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • programManagementAccountId

      RelationshipDetail.Builder programManagementAccountId(String programManagementAccountId)

      The identifier of the program management account.

      Parameters:
      programManagementAccountId - The identifier of the program management account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedAccountId

      RelationshipDetail.Builder associatedAccountId(String associatedAccountId)

      The AWS account ID associated in this relationship.

      Parameters:
      associatedAccountId - The AWS account ID associated in this relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      RelationshipDetail.Builder displayName(String displayName)

      The display name of the relationship.

      Parameters:
      displayName - The display name of the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resaleAccountModel

      RelationshipDetail.Builder resaleAccountModel(String resaleAccountModel)

      The resale account model for the relationship.

      Parameters:
      resaleAccountModel - The resale account model for the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resaleAccountModel

      RelationshipDetail.Builder resaleAccountModel(ResaleAccountModel resaleAccountModel)

      The resale account model for the relationship.

      Parameters:
      resaleAccountModel - The resale account model for the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sector

      The business sector for the relationship.

      Parameters:
      sector - The business sector for the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sector

      The business sector for the relationship.

      Parameters:
      sector - The business sector for the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      RelationshipDetail.Builder createdAt(Instant createdAt)

      The timestamp when the relationship was created.

      Parameters:
      createdAt - The timestamp when the relationship was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      RelationshipDetail.Builder updatedAt(Instant updatedAt)

      The timestamp when the relationship was last updated.

      Parameters:
      updatedAt - The timestamp when the relationship was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startDate

      RelationshipDetail.Builder startDate(Instant startDate)

      The start date of the relationship.

      Parameters:
      startDate - The start date of the relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.