Uses of Interface
software.amazon.awssdk.services.outposts.model.CreateSiteRequest.Builder
Packages that use CreateSiteRequest.Builder
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of CreateSiteRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type CreateSiteRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateSiteResponse>OutpostsAsyncClient.createSite(Consumer<CreateSiteRequest.Builder> createSiteRequest) Creates a site for an Outpost.default CreateSiteResponseOutpostsClient.createSite(Consumer<CreateSiteRequest.Builder> createSiteRequest) Creates a site for an Outpost. -
Uses of CreateSiteRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CreateSiteRequest.BuilderModifier and TypeMethodDescriptionstatic CreateSiteRequest.BuilderCreateSiteRequest.builder()CreateSiteRequest.Builder.description(String description) Sets the value of the Description property for this object.Sets the value of the Name property for this object.Additional information that you provide about site access requirements, electrician scheduling, personal protective equipment, or regulation of equipment materials that could affect your installation process.default CreateSiteRequest.BuilderCreateSiteRequest.Builder.operatingAddress(Consumer<Address.Builder> operatingAddress) The location to install and power on the hardware.CreateSiteRequest.Builder.operatingAddress(Address operatingAddress) The location to install and power on the hardware.CreateSiteRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateSiteRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreateSiteRequest.BuilderCreateSiteRequest.Builder.rackPhysicalProperties(Consumer<RackPhysicalProperties.Builder> rackPhysicalProperties) Information about the physical and logistical details for the rack at this site.CreateSiteRequest.Builder.rackPhysicalProperties(RackPhysicalProperties rackPhysicalProperties) Information about the physical and logistical details for the rack at this site.default CreateSiteRequest.BuilderCreateSiteRequest.Builder.shippingAddress(Consumer<Address.Builder> shippingAddress) The location to ship the hardware.CreateSiteRequest.Builder.shippingAddress(Address shippingAddress) The location to ship the hardware.The tags to apply to a site.CreateSiteRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CreateSiteRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSiteRequest.Builder>CreateSiteRequest.serializableBuilderClass()