public static interface CreateOutpostRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<CreateOutpostRequest.Builder,CreateOutpostRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateOutpostRequest.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.
|
CreateOutpostRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
CreateOutpostRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
CreateOutpostRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateOutpostRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateOutpostRequest.Builder |
siteId(String siteId)
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.
|
CreateOutpostRequest.Builder |
tags(Map<String,String> tags)
The tags to apply to the Outpost.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOutpostRequest.Builder name(String name)
name - The new value for the Name property for this object.CreateOutpostRequest.Builder description(String description)
description - The new value for the Description property for this object.CreateOutpostRequest.Builder siteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make the
request with an ARN.
siteId - The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts
and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make
the request with an ARN.
CreateOutpostRequest.Builder availabilityZone(String availabilityZone)
availabilityZone - The new value for the AvailabilityZone property for this object.CreateOutpostRequest.Builder availabilityZoneId(String availabilityZoneId)
availabilityZoneId - The new value for the AvailabilityZoneId property for this object.CreateOutpostRequest.Builder tags(Map<String,String> tags)
The tags to apply to the Outpost.
tags - The tags to apply to the Outpost.CreateOutpostRequest.Builder supportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType - The type of hardware for this Outpost.SupportedHardwareType,
SupportedHardwareTypeCreateOutpostRequest.Builder supportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType - The type of hardware for this Outpost.SupportedHardwareType,
SupportedHardwareTypeCreateOutpostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateOutpostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.