Interface CloudConnectorSummary.Builder

  • Method Details

    • cloudConnectorId

      CloudConnectorSummary.Builder cloudConnectorId(String cloudConnectorId)

      The ID of the cloud connector.

      Parameters:
      cloudConnectorId - The ID of the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      CloudConnectorSummary.Builder displayName(String displayName)

      The friendly name of the cloud connector.

      Parameters:
      displayName - The friendly name of the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CloudConnectorSummary.Builder description(String description)

      The description of the cloud connector.

      Parameters:
      description - The description of the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The ARN of the IAM role used by the cloud connector.

      Parameters:
      roleArn - The ARN of the IAM role used by the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      CloudConnectorSummary.Builder createdAt(Instant createdAt)

      The date and time the cloud connector was created.

      Parameters:
      createdAt - The date and time the cloud connector was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      CloudConnectorSummary.Builder updatedAt(Instant updatedAt)

      The date and time the cloud connector was last updated.

      Parameters:
      updatedAt - The date and time the cloud connector was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.