Package com.oracle.bmc.jms.model
Class BlocklistTarget.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.model.BlocklistTarget.Builder
-
- Enclosing class:
- BlocklistTarget
public static class BlocklistTarget.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlocklistTarget
build()
BlocklistTarget.Builder
copy(BlocklistTarget model)
BlocklistTarget.Builder
fleetId(String fleetId)
The OCID of the fleet.BlocklistTarget.Builder
installationKey(String installationKey)
The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.BlocklistTarget.Builder
managedInstanceId(String managedInstanceId)
The OCID of the related managed instance.
-
-
-
Method Detail
-
fleetId
public BlocklistTarget.Builder fleetId(String fleetId)
The OCID of the fleet.- Parameters:
fleetId
- the value to set- Returns:
- this builder
-
managedInstanceId
public BlocklistTarget.Builder managedInstanceId(String managedInstanceId)
The OCID of the related managed instance.- Parameters:
managedInstanceId
- the value to set- Returns:
- this builder
-
installationKey
public BlocklistTarget.Builder installationKey(String installationKey)
The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.- Parameters:
installationKey
- the value to set- Returns:
- this builder
-
build
public BlocklistTarget build()
-
copy
public BlocklistTarget.Builder copy(BlocklistTarget model)
-
-