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 connector used to save user files.connectorType
(StorageConnectorTypeEnum connectorType) The type of connector used to save user files.Indicates if the storage connetor is enabled or disabled.status
(StorageConnectorStatusEnum status) Indicates if the storage connetor is enabled or disabled.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 connector used to save user files.
- Parameters:
connectorType
- The type of connector used to save user files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorType
The type of connector used to save user files.
- Parameters:
connectorType
- The type of connector used to save user files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates if the storage connetor is enabled or disabled.
- Parameters:
status
- Indicates if the storage connetor is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates if the storage connetor is enabled or disabled.
- Parameters:
status
- Indicates if the storage connetor is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-