Uses of Interface
software.amazon.awssdk.services.outposts.model.Site.Builder
Packages that use Site.Builder
-
Uses of Site.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return Site.BuilderModifier and TypeMethodDescriptionSets the value of the AccountId property for this object.static Site.BuilderSite.builder()Site.Builder.description(String description) Sets the value of the Description property for this object.Sets the value of the Name property for this object.Notes about a site.Site.Builder.operatingAddressCity(String operatingAddressCity) City where the hardware is installed and powered on.Site.Builder.operatingAddressCountryCode(String operatingAddressCountryCode) The ISO-3166 two-letter country code where the hardware is installed and powered on.Site.Builder.operatingAddressStateOrRegion(String operatingAddressStateOrRegion) State or region where the hardware is installed and powered on.default Site.BuilderSite.Builder.rackPhysicalProperties(Consumer<RackPhysicalProperties.Builder> rackPhysicalProperties) Information about the physical and logistical details for a rack at the site.Site.Builder.rackPhysicalProperties(RackPhysicalProperties rackPhysicalProperties) Information about the physical and logistical details for a rack at the site.Sets the value of the SiteArn property for this object.Sets the value of the SiteId property for this object.The site tags.Site.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type Site.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Site.Builder>Site.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type Site.BuilderModifier and TypeMethodDescriptiondefault CreateSiteResponse.BuilderCreateSiteResponse.Builder.site(Consumer<Site.Builder> site) Sets the value of the Site property for this object.default GetSiteResponse.BuilderGetSiteResponse.Builder.site(Consumer<Site.Builder> site) Sets the value of the Site property for this object.UpdateSiteRackPhysicalPropertiesResponse.Builder.site(Consumer<Site.Builder> site) Sets the value of the Site property for this object.default UpdateSiteResponse.BuilderUpdateSiteResponse.Builder.site(Consumer<Site.Builder> site) Sets the value of the Site property for this object.