Interface CloudConnectorSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CloudConnectorSummary.Builder,CloudConnectorSummary>, SdkBuilder<CloudConnectorSummary.Builder,CloudConnectorSummary>, SdkPojo
Enclosing class:
CloudConnectorSummary

@Mutable @NotThreadSafe public static interface CloudConnectorSummary.Builder extends SdkPojo, CopyableBuilder<CloudConnectorSummary.Builder,CloudConnectorSummary>
  • 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.