Uses of Interface
software.amazon.awssdk.services.outposts.model.Outpost.Builder
Packages that use Outpost.Builder
-
Uses of Outpost.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return Outpost.BuilderModifier and TypeMethodDescriptionOutpost.Builder.availabilityZone(String availabilityZone) Sets the value of the AvailabilityZone property for this object.Outpost.Builder.availabilityZoneId(String availabilityZoneId) Sets the value of the AvailabilityZoneId property for this object.static Outpost.BuilderOutpost.builder()Outpost.Builder.description(String description) Sets the value of the Description property for this object.Outpost.Builder.lifeCycleStatus(String lifeCycleStatus) Sets the value of the LifeCycleStatus property for this object.Sets the value of the Name property for this object.Outpost.Builder.outpostArn(String outpostArn) Sets the value of the OutpostArn property for this object.The ID of the Outpost.Sets the value of the OwnerId property for this object.Sets the value of the SiteArn property for this object.Sets the value of the SiteId property for this object.Outpost.Builder.supportedHardwareType(String supportedHardwareType) The hardware type.Outpost.Builder.supportedHardwareType(SupportedHardwareType supportedHardwareType) The hardware type.The Outpost tags.Outpost.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type Outpost.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Outpost.Builder>Outpost.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type Outpost.BuilderModifier and TypeMethodDescriptiondefault CreateOutpostResponse.BuilderCreateOutpostResponse.Builder.outpost(Consumer<Outpost.Builder> outpost) Sets the value of the Outpost property for this object.default GetOutpostResponse.BuilderGetOutpostResponse.Builder.outpost(Consumer<Outpost.Builder> outpost) Sets the value of the Outpost property for this object.default UpdateOutpostResponse.BuilderUpdateOutpostResponse.Builder.outpost(Consumer<Outpost.Builder> outpost) Sets the value of the Outpost property for this object.