public static class ComplianceDetailResource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComplianceDetailResource |
build() |
ComplianceDetailResource.Builder |
compartment(String compartment)
Compartment the resource belongs to.
|
ComplianceDetailResource.Builder |
compartmentId(String compartmentId)
TenancyId of the resource.
|
ComplianceDetailResource.Builder |
copy(ComplianceDetailResource model) |
ComplianceDetailResource.Builder |
resourceId(String resourceId)
The OCID to identify the resource.
|
ComplianceDetailResource.Builder |
resourceName(String resourceName)
Name of the resource.
|
ComplianceDetailResource.Builder |
resourceRegion(String resourceRegion)
Region the resource belongs to.
|
public ComplianceDetailResource.Builder resourceId(String resourceId)
The OCID to identify the resource.
resourceId
- the value to setpublic ComplianceDetailResource.Builder resourceName(String resourceName)
Name of the resource.
resourceName
- the value to setpublic ComplianceDetailResource.Builder compartmentId(String compartmentId)
TenancyId of the resource.
compartmentId
- the value to setpublic ComplianceDetailResource.Builder compartment(String compartment)
Compartment the resource belongs to.
compartment
- the value to setpublic ComplianceDetailResource.Builder resourceRegion(String resourceRegion)
Region the resource belongs to.
resourceRegion
- the value to setpublic ComplianceDetailResource build()
public ComplianceDetailResource.Builder copy(ComplianceDetailResource model)
Copyright © 2016–2024. All rights reserved.