CopyableBuilder<StorageConnector.Builder,StorageConnector>
, SdkBuilder<StorageConnector.Builder,StorageConnector>
public static interface StorageConnector.Builder extends CopyableBuilder<StorageConnector.Builder,StorageConnector>
Modifier and Type | Method | Description |
---|---|---|
StorageConnector.Builder |
connectorType(String connectorType) |
The type of storage connector.
|
StorageConnector.Builder |
connectorType(StorageConnectorType connectorType) |
The type of storage connector.
|
StorageConnector.Builder |
resourceIdentifier(String resourceIdentifier) |
The ARN associated with the storage connector.
|
copy
apply, build
StorageConnector.Builder connectorType(String connectorType)
The type of storage connector. The possible values include: HOMEFOLDERS.
connectorType
- The type of storage connector. The possible values include: HOMEFOLDERS.StorageConnectorType
StorageConnector.Builder connectorType(StorageConnectorType connectorType)
The type of storage connector. The possible values include: HOMEFOLDERS.
connectorType
- The type of storage connector. The possible values include: HOMEFOLDERS.StorageConnectorType
StorageConnector.Builder resourceIdentifier(String resourceIdentifier)
The ARN associated with the storage connector.
resourceIdentifier
- The ARN associated with the storage connector.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.