Package com.oracle.bmc.gdp.model
Class BucketDetailsDefinition.Builder
- java.lang.Object
-
- com.oracle.bmc.gdp.model.BucketDetailsDefinition.Builder
-
- Enclosing class:
- BucketDetailsDefinition
public static class BucketDetailsDefinition.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketDetailsDefinition.BuilderbucketType(BucketDetailsDefinition.BucketType bucketType)Type of bucket.BucketDetailsDefinitionbuild()BucketDetailsDefinition.Buildercopy(BucketDetailsDefinition model)BucketDetailsDefinition.Builderid(String id)OCID of the bucket.BucketDetailsDefinition.Buildername(String name)Name of the bucket.BucketDetailsDefinition.Buildernamespace(String namespace)Namespace of the bucket.
-
-
-
Method Detail
-
bucketType
public BucketDetailsDefinition.Builder bucketType(BucketDetailsDefinition.BucketType bucketType)
Type of bucket.SENDER pipelines can be SOURCE, TRANSFER, REJECT, or FAILED. RECEIVER pipelines have a DESTINATION bucket.
- Parameters:
bucketType- the value to set- Returns:
- this builder
-
namespace
public BucketDetailsDefinition.Builder namespace(String namespace)
Namespace of the bucket.- Parameters:
namespace- the value to set- Returns:
- this builder
-
name
public BucketDetailsDefinition.Builder name(String name)
Name of the bucket.- Parameters:
name- the value to set- Returns:
- this builder
-
id
public BucketDetailsDefinition.Builder id(String id)
OCID of the bucket.- Parameters:
id- the value to set- Returns:
- this builder
-
build
public BucketDetailsDefinition build()
-
copy
public BucketDetailsDefinition.Builder copy(BucketDetailsDefinition model)
-
-