public static class PlacementDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PlacementDetails.Builder |
availabilityDomain(String availabilityDomain)
The availability domain (AD) for which the resources were provisioned.
|
PlacementDetails.Builder |
block(String block)
The block in the datacenter room where the resource was placed.
|
PlacementDetails |
build() |
PlacementDetails.Builder |
building(String building)
The datacenter building where the resource was placed.
|
PlacementDetails.Builder |
copy(PlacementDetails model) |
PlacementDetails.Builder |
region(String region)
The name of the region for which the resources were provisioned.
|
PlacementDetails.Builder |
room(String room)
The name of the room in the dataacenter building where the resource was placed.
|
PlacementDetails.Builder |
workloadType(String workloadType)
The type of workload to which these resources were provisioned.
|
public PlacementDetails.Builder region(String region)
The name of the region for which the resources were provisioned.
region
- the value to setpublic PlacementDetails.Builder availabilityDomain(String availabilityDomain)
The availability domain (AD) for which the resources were provisioned.
availabilityDomain
- the value to setpublic PlacementDetails.Builder workloadType(String workloadType)
The type of workload to which these resources were provisioned.
workloadType
- the value to setpublic PlacementDetails.Builder building(String building)
The datacenter building where the resource was placed.
building
- the value to setpublic PlacementDetails.Builder room(String room)
The name of the room in the dataacenter building where the resource was placed.
room
- the value to setpublic PlacementDetails.Builder block(String block)
The block in the datacenter room where the resource was placed.
block
- the value to setpublic PlacementDetails build()
public PlacementDetails.Builder copy(PlacementDetails model)
Copyright © 2016–2024. All rights reserved.