Package com.oracle.bmc.dif.model
Class DeployArtifactsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.DeployArtifactsDetails.Builder
-
- Enclosing class:
- DeployArtifactsDetails
public static class DeployArtifactsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployArtifactsDetails.Builderadb(List<AdbArtifactsDetail> adb)ADB artifact details if adb is included in the services.DeployArtifactsDetailsbuild()DeployArtifactsDetails.Buildercopy(DeployArtifactsDetails model)DeployArtifactsDetails.Builderdataflow(List<DataflowArtifactsDetail> dataflow)Dataflow artifact details if dataflow is included in the services.DeployArtifactsDetails.Builderggcs(List<GgcsArtifactsDetail> ggcs)GGCS artifact details if ggcs is included in the services.DeployArtifactsDetails.Builderservices(List<Service> services)List of services to be onboarded for the stack.DeployArtifactsDetails.BuilderstackTemplates(List<StackTemplate> stackTemplates)List of templates to be onboarded for the stack.DeployArtifactsDetails.BuildersubnetId(String subnetId)Subnet id for the Private Endpoint creation for artifact deployment.
-
-
-
Method Detail
-
stackTemplates
public DeployArtifactsDetails.Builder stackTemplates(List<StackTemplate> stackTemplates)
List of templates to be onboarded for the stack.- Parameters:
stackTemplates- the value to set- Returns:
- this builder
-
services
public DeployArtifactsDetails.Builder services(List<Service> services)
List of services to be onboarded for the stack.- Parameters:
services- the value to set- Returns:
- this builder
-
subnetId
public DeployArtifactsDetails.Builder subnetId(String subnetId)
Subnet id for the Private Endpoint creation for artifact deployment.- Parameters:
subnetId- the value to set- Returns:
- this builder
-
adb
public DeployArtifactsDetails.Builder adb(List<AdbArtifactsDetail> adb)
ADB artifact details if adb is included in the services.- Parameters:
adb- the value to set- Returns:
- this builder
-
ggcs
public DeployArtifactsDetails.Builder ggcs(List<GgcsArtifactsDetail> ggcs)
GGCS artifact details if ggcs is included in the services.- Parameters:
ggcs- the value to set- Returns:
- this builder
-
dataflow
public DeployArtifactsDetails.Builder dataflow(List<DataflowArtifactsDetail> dataflow)
Dataflow artifact details if dataflow is included in the services.- Parameters:
dataflow- the value to set- Returns:
- this builder
-
build
public DeployArtifactsDetails build()
-
copy
public DeployArtifactsDetails.Builder copy(DeployArtifactsDetails model)
-
-