public static interface ListedConnector.Builder extends SdkPojo, CopyableBuilder<ListedConnector.Builder,ListedConnector>
| Modifier and Type | Method and Description |
|---|---|
ListedConnector.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the specified connector.
|
ListedConnector.Builder |
connectorId(String connectorId)
The unique identifier for the connector.
|
ListedConnector.Builder |
url(String url)
The URL of the partner's AS2 or SFTP endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedConnector.Builder arn(String arn)
The Amazon Resource Name (ARN) of the specified connector.
arn - The Amazon Resource Name (ARN) of the specified connector.ListedConnector.Builder connectorId(String connectorId)
The unique identifier for the connector.
connectorId - The unique identifier for the connector.ListedConnector.Builder url(String url)
The URL of the partner's AS2 or SFTP endpoint.
url - The URL of the partner's AS2 or SFTP endpoint.Copyright © 2023. All rights reserved.