Site.Builder |
Site.Builder.accountId(String accountId) |
Sets the value of the AccountId property for this object.
|
static Site.Builder |
Site.builder() |
|
Site.Builder |
Site.Builder.description(String description) |
Sets the value of the Description property for this object.
|
Site.Builder |
Site.Builder.name(String name) |
Sets the value of the Name property for this object.
|
Site.Builder |
Site.Builder.notes(String notes) |
Notes about a site.
|
Site.Builder |
Site.Builder.operatingAddressCity(String operatingAddressCity) |
City where the hardware is installed and powered on.
|
Site.Builder |
Site.Builder.operatingAddressCountryCode(String operatingAddressCountryCode) |
The ISO-3166 two-letter country code where the hardware is installed and powered on.
|
Site.Builder |
Site.Builder.operatingAddressStateOrRegion(String operatingAddressStateOrRegion) |
State or region where the hardware is installed and powered on.
|
default Site.Builder |
Site.Builder.rackPhysicalProperties(Consumer<RackPhysicalProperties.Builder> rackPhysicalProperties) |
Information about the physical and logistical details for a rack at the site.
|
Site.Builder |
Site.Builder.rackPhysicalProperties(RackPhysicalProperties rackPhysicalProperties) |
Information about the physical and logistical details for a rack at the site.
|
Site.Builder |
Site.Builder.siteArn(String siteArn) |
Sets the value of the SiteArn property for this object.
|
Site.Builder |
Site.Builder.siteId(String siteId) |
Sets the value of the SiteId property for this object.
|
Site.Builder |
Site.Builder.tags(Map<String,String> tags) |
The site tags.
|
Site.Builder |
Site.toBuilder() |
|