public static interface StorageConnector.Builder extends SdkPojo, 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 |
domains(Collection<String> domains)
The names of the domains for the G Suite account.
|
StorageConnector.Builder |
domains(String... domains)
The names of the domains for the G Suite account.
|
StorageConnector.Builder |
resourceIdentifier(String resourceIdentifier)
The ARN of the storage connector.
|
copyapplyMutation, 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.StorageConnector.Builder domains(Collection<String> domains)
The names of the domains for the G Suite account.
domains - The names of the domains for the G Suite account.StorageConnector.Builder domains(String... domains)
The names of the domains for the G Suite account.
domains - The names of the domains for the G Suite account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.