Interface StorageConnector.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageConnector.Builder,StorageConnector>,SdkBuilder<StorageConnector.Builder,StorageConnector>,SdkPojo
- Enclosing class:
- StorageConnector
public static interface StorageConnector.Builder extends SdkPojo, CopyableBuilder<StorageConnector.Builder,StorageConnector>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageConnector.BuilderconnectorType(String connectorType)The type of connector used to save user files.StorageConnector.BuilderconnectorType(StorageConnectorTypeEnum connectorType)The type of connector used to save user files.StorageConnector.Builderstatus(String status)Indicates if the storage connetor is enabled or disabled.StorageConnector.Builderstatus(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 Detail
-
connectorType
StorageConnector.Builder connectorType(String 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:
StorageConnectorTypeEnum,StorageConnectorTypeEnum
-
connectorType
StorageConnector.Builder connectorType(StorageConnectorTypeEnum 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:
StorageConnectorTypeEnum,StorageConnectorTypeEnum
-
status
StorageConnector.Builder status(String 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:
StorageConnectorStatusEnum,StorageConnectorStatusEnum
-
status
StorageConnector.Builder status(StorageConnectorStatusEnum 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:
StorageConnectorStatusEnum,StorageConnectorStatusEnum
-
-