Package com.oracle.bmc.datasafe.model
Class SqlCollectionDimensions.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SqlCollectionDimensions.Builder
-
- Enclosing class:
- SqlCollectionDimensions
public static class SqlCollectionDimensions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlCollectionDimensions
build()
SqlCollectionDimensions.Builder
copy(SqlCollectionDimensions model)
SqlCollectionDimensions.Builder
lifecycleState(SqlCollectionLifecycleState lifecycleState)
The current state of the SQL collection.SqlCollectionDimensions.Builder
targetId(String targetId)
The OCID of the target corresponding to the security policy deployment.
-
-
-
Method Detail
-
targetId
public SqlCollectionDimensions.Builder targetId(String targetId)
The OCID of the target corresponding to the security policy deployment.- Parameters:
targetId
- the value to set- Returns:
- this builder
-
lifecycleState
public SqlCollectionDimensions.Builder lifecycleState(SqlCollectionLifecycleState lifecycleState)
The current state of the SQL collection.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
build
public SqlCollectionDimensions build()
-
copy
public SqlCollectionDimensions.Builder copy(SqlCollectionDimensions model)
-
-