Uses of Interface
software.amazon.awssdk.services.outposts.model.CreateOutpostRequest.Builder
Packages that use CreateOutpostRequest.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 CreateOutpostRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type CreateOutpostRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateOutpostResponse>OutpostsAsyncClient.createOutpost(Consumer<CreateOutpostRequest.Builder> createOutpostRequest) Creates an Outpost.default CreateOutpostResponseOutpostsClient.createOutpost(Consumer<CreateOutpostRequest.Builder> createOutpostRequest) Creates an Outpost. -
Uses of CreateOutpostRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CreateOutpostRequest.BuilderModifier and TypeMethodDescriptionCreateOutpostRequest.Builder.availabilityZone(String availabilityZone) Sets the value of the AvailabilityZone property for this object.CreateOutpostRequest.Builder.availabilityZoneId(String availabilityZoneId) Sets the value of the AvailabilityZoneId property for this object.static CreateOutpostRequest.BuilderCreateOutpostRequest.builder()CreateOutpostRequest.Builder.description(String description) Sets the value of the Description property for this object.Sets the value of the Name property for this object.CreateOutpostRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateOutpostRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID or the Amazon Resource Name (ARN) of the site.CreateOutpostRequest.Builder.supportedHardwareType(String supportedHardwareType) The type of hardware for this Outpost.CreateOutpostRequest.Builder.supportedHardwareType(SupportedHardwareType supportedHardwareType) The type of hardware for this Outpost.The tags to apply to the Outpost.CreateOutpostRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CreateOutpostRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateOutpostRequest.Builder>CreateOutpostRequest.serializableBuilderClass()