Interface ListedConnector.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListedConnector.Builder,ListedConnector>,SdkBuilder<ListedConnector.Builder,ListedConnector>,SdkPojo
- Enclosing class:
- ListedConnector
public static interface ListedConnector.Builder extends SdkPojo, CopyableBuilder<ListedConnector.Builder,ListedConnector>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListedConnector.Builderarn(String arn)The Amazon Resource Name (ARN) of the specified connector.ListedConnector.BuilderconnectorId(String connectorId)The unique identifier for the connector.ListedConnector.Builderurl(String url)The URL of the partner's AS2 or SFTP endpoint.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
ListedConnector.Builder arn(String arn)
The Amazon Resource Name (ARN) of the specified connector.
- Parameters:
arn- The Amazon Resource Name (ARN) of the specified connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorId
ListedConnector.Builder connectorId(String connectorId)
The unique identifier for the connector.
- Parameters:
connectorId- The unique identifier for the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
ListedConnector.Builder url(String url)
The URL of the partner's AS2 or SFTP endpoint.
- Parameters:
url- The URL of the partner's AS2 or SFTP endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-