public static interface StorageConnector.Builder extends CopyableBuilder<StorageConnector.Builder,StorageConnector>
| Modifier and Type | Method and Description |
|---|---|
StorageConnector.Builder |
connectorType(StorageConnectorType connectorType)
The type of storage connector.
|
StorageConnector.Builder |
connectorType(String connectorType)
The type of storage connector.
|
StorageConnector.Builder |
resourceIdentifier(String resourceIdentifier)
The ARN of the storage connector.
|
copyapply, buildStorageConnector.Builder connectorType(String connectorType)
The type of storage connector.
connectorType - The type of storage connector.StorageConnectorType,
StorageConnectorTypeStorageConnector.Builder connectorType(StorageConnectorType connectorType)
The type of storage connector.
connectorType - The type of storage connector.StorageConnectorType,
StorageConnectorTypeStorageConnector.Builder resourceIdentifier(String resourceIdentifier)
The ARN of the storage connector.
resourceIdentifier - The ARN of the storage connector.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.