Interface Connector.Builder

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

public static interface Connector.Builder extends SdkPojo, CopyableBuilder<Connector.Builder,Connector>
  • Method Details

    • connectorArn

      Connector.Builder connectorArn(String connectorArn)
      The ARN of the connector.
      Parameters:
      connectorArn - The ARN of the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.
      Parameters:
      id - A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      Connector.Builder parameters(Map<String,String> parameters)
      The parameters or configuration that the connector uses.
      Parameters:
      parameters - The parameters or configuration that the connector uses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.