public static class OccHandoverResourceBlockSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OccHandoverResourceBlockSummary.Builder |
associatedCapacityRequests(List<AssociatedCapacityRequestDetails> associatedCapacityRequests)
A list containing details about the capacity requests against which the resources were
provisioned by oracle.
|
OccHandoverResourceBlockSummary |
build() |
OccHandoverResourceBlockSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment where the resource block’s are placed.
|
OccHandoverResourceBlockSummary.Builder |
copy(OccHandoverResourceBlockSummary model) |
OccHandoverResourceBlockSummary.Builder |
handoverDate(Date handoverDate)
The date on which the resource was handed over to the customer.
|
OccHandoverResourceBlockSummary.Builder |
handoverResourceName(String handoverResourceName)
The name of the resource handed over by oracle.
|
OccHandoverResourceBlockSummary.Builder |
id(String id)
The OCID of the resource block.
|
OccHandoverResourceBlockSummary.Builder |
namespace(Namespace namespace)
The name of the OCI service in consideration.
|
OccHandoverResourceBlockSummary.Builder |
occCustomerGroupId(String occCustomerGroupId)
The OCID of the customer group for which the resources were provisioned.
|
OccHandoverResourceBlockSummary.Builder |
placementDetails(PlacementDetails placementDetails) |
OccHandoverResourceBlockSummary.Builder |
totalHandoverQuantity(Long totalHandoverQuantity)
The total quantity of the resource that was made available to the customer by Oracle.
|
public OccHandoverResourceBlockSummary.Builder id(String id)
The OCID of the resource block.
id
- the value to setpublic OccHandoverResourceBlockSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where the resource block’s are placed.
compartmentId
- the value to setpublic OccHandoverResourceBlockSummary.Builder namespace(Namespace namespace)
The name of the OCI service in consideration. For example Compute, Exadata and so on.
namespace
- the value to setpublic OccHandoverResourceBlockSummary.Builder occCustomerGroupId(String occCustomerGroupId)
The OCID of the customer group for which the resources were provisioned.
occCustomerGroupId
- the value to setpublic OccHandoverResourceBlockSummary.Builder handoverDate(Date handoverDate)
The date on which the resource was handed over to the customer.
handoverDate
- the value to setpublic OccHandoverResourceBlockSummary.Builder handoverResourceName(String handoverResourceName)
The name of the resource handed over by oracle. For instance for compute namespace this will be the name of the bare metal hardware resource.
handoverResourceName
- the value to setpublic OccHandoverResourceBlockSummary.Builder totalHandoverQuantity(Long totalHandoverQuantity)
The total quantity of the resource that was made available to the customer by Oracle.
totalHandoverQuantity
- the value to setpublic OccHandoverResourceBlockSummary.Builder associatedCapacityRequests(List<AssociatedCapacityRequestDetails> associatedCapacityRequests)
A list containing details about the capacity requests against which the resources were provisioned by oracle.
associatedCapacityRequests
- the value to setpublic OccHandoverResourceBlockSummary.Builder placementDetails(PlacementDetails placementDetails)
public OccHandoverResourceBlockSummary build()
public OccHandoverResourceBlockSummary.Builder copy(OccHandoverResourceBlockSummary model)
Copyright © 2016–2024. All rights reserved.