Interface ConnectorSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the connector.

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

      The name of the connector.

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

      ConnectorSummary.Builder provider(String provider)

      The third-party cloud service provider. Currently, AZURE is supported.

      Parameters:
      provider - The third-party cloud service provider. Currently, AZURE is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • provider

      ConnectorSummary.Builder provider(Provider provider)

      The third-party cloud service provider. Currently, AZURE is supported.

      Parameters:
      provider - The third-party cloud service provider. Currently, AZURE is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tenantIdentifier

      ConnectorSummary.Builder tenantIdentifier(String tenantIdentifier)

      The Azure tenant identifier for the connector.

      Parameters:
      tenantIdentifier - The Azure tenant identifier for the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      ConnectorSummary.Builder createdTime(Instant createdTime)

      The date and time that the connector was created.

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