| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Site.Builder> |
Site.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSiteResponse.Builder |
UpdateSiteResponse.Builder.site(Consumer<Site.Builder> site)
Sets the value of the Site property for this object.
|
default UpdateSiteRackPhysicalPropertiesResponse.Builder |
UpdateSiteRackPhysicalPropertiesResponse.Builder.site(Consumer<Site.Builder> site)
Sets the value of the Site property for this object.
|
default CreateSiteResponse.Builder |
CreateSiteResponse.Builder.site(Consumer<Site.Builder> site)
Sets the value of the Site property for this object.
|
default GetSiteResponse.Builder |
GetSiteResponse.Builder.site(Consumer<Site.Builder> site)
Sets the value of the Site property for this object.
|
Copyright © 2023. All rights reserved.