public static class BlocklistTarget.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public BlocklistTarget.Builder fleetId(String fleetId)
The OCID of the fleet.
fleetId
- the value to setpublic BlocklistTarget.Builder managedInstanceId(String managedInstanceId)
The OCID of the related managed instance.
managedInstanceId
- the value to setpublic BlocklistTarget.Builder installationKey(String installationKey)
The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
installationKey
- the value to setpublic BlocklistTarget build()
public BlocklistTarget.Builder copy(BlocklistTarget model)
Copyright © 2016–2024. All rights reserved.