Interface Connector.Builder

  • Method Details

    • 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.
    • 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.
    • connectorConfiguration

      Connector.Builder connectorConfiguration(ConnectorConfiguration connectorConfiguration)

      The provider-specific configuration for connecting to the third-party cloud service provider.

      Parameters:
      connectorConfiguration - The provider-specific configuration for connecting to the third-party cloud service provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorConfiguration

      default Connector.Builder connectorConfiguration(Consumer<ConnectorConfiguration.Builder> connectorConfiguration)

      The provider-specific configuration for connecting to the third-party cloud service provider.

      This is a convenience method that creates an instance of the ConnectorConfiguration.Builder avoiding the need to create one manually via ConnectorConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to connectorConfiguration(ConnectorConfiguration).

      Parameters:
      connectorConfiguration - a consumer that will call methods on ConnectorConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTime

      Connector.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.