public static class ComplianceReportResource.Builder extends Object
Constructor and Description |
---|
Builder() |
public ComplianceReportResource.Builder resourceId(String resourceId)
The OCID to identify the resource.
resourceId
- the value to setpublic ComplianceReportResource.Builder resourceName(String resourceName)
Display name of the resource.
resourceName
- the value to setpublic ComplianceReportResource.Builder resourceType(String resourceType)
Type of the resource.
resourceType
- the value to setpublic ComplianceReportResource.Builder tenancyId(String tenancyId)
TenancyId of the resource.
tenancyId
- the value to setpublic ComplianceReportResource.Builder tenancyName(String tenancyName)
Tenancy the resource belongs to.
tenancyName
- the value to setpublic ComplianceReportResource.Builder compartment(String compartment)
Compartment the resource belongs to.
compartment
- the value to setpublic ComplianceReportResource.Builder resourceRegion(String resourceRegion)
The region the resource belongs to.
resourceRegion
- the value to setpublic ComplianceReportResource.Builder complianceState(ComplianceState complianceState)
The last known compliance state of the fleet.
complianceState
- the value to setpublic ComplianceReportResource.Builder products(List<ComplianceReportProduct> products)
Products associated with the Fleet. Only the products belonging to managed targets will be shown.
products
- the value to setpublic ComplianceReportResource build()
public ComplianceReportResource.Builder copy(ComplianceReportResource model)
Copyright © 2016–2024. All rights reserved.