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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connector.BuilderconnectorArn(String connectorArn)The ARN of the connector.Connector.Builderid(String id)A descriptive or arbitrary ID for the connector.Connector.Builderparameters(Map<String,String> parameters)The parameters or configuration that the connector uses.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
Connector.Builder id(String 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.
-
-