Interface StorageConnector.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StorageConnector.Builder,
,StorageConnector> SdkBuilder<StorageConnector.Builder,
,StorageConnector> SdkPojo
- Enclosing class:
StorageConnector
@Mutable
@NotThreadSafe
public static interface StorageConnector.Builder
extends SdkPojo, CopyableBuilder<StorageConnector.Builder,StorageConnector>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorType
(String connectorType) The type of storage connector.connectorType
(StorageConnectorType connectorType) The type of storage connector.The names of the domains for the account.domains
(Collection<String> domains) The names of the domains for the account.domainsRequireAdminConsent
(String... domainsRequireAdminConsent) The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0.domainsRequireAdminConsent
(Collection<String> domainsRequireAdminConsent) The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0.resourceIdentifier
(String resourceIdentifier) The ARN of the storage connector.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 Details
-
connectorType
The type of storage connector.
- Parameters:
connectorType
- The type of storage connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorType
The type of storage connector.
- Parameters:
connectorType
- The type of storage connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceIdentifier
The ARN of the storage connector.
- Parameters:
resourceIdentifier
- The ARN of the storage connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domains
The names of the domains for the account.
- Parameters:
domains
- The names of the domains for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domains
The names of the domains for the account.
- Parameters:
domains
- The names of the domains for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainsRequireAdminConsent
The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.
- Parameters:
domainsRequireAdminConsent
- The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainsRequireAdminConsent
The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.
- Parameters:
domainsRequireAdminConsent
- The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-