public static interface UpdateOutpostRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<UpdateOutpostRequest.Builder,UpdateOutpostRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateOutpostRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
UpdateOutpostRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
UpdateOutpostRequest.Builder |
outpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
UpdateOutpostRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateOutpostRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateOutpostRequest.Builder |
supportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
|
UpdateOutpostRequest.Builder |
supportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateOutpostRequest.Builder outpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
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.
outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.
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.
UpdateOutpostRequest.Builder name(String name)
name - The new value for the Name property for this object.UpdateOutpostRequest.Builder description(String description)
description - The new value for the Description property for this object.UpdateOutpostRequest.Builder supportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType - The type of hardware for this Outpost.SupportedHardwareType,
SupportedHardwareTypeUpdateOutpostRequest.Builder supportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType - The type of hardware for this Outpost.SupportedHardwareType,
SupportedHardwareTypeUpdateOutpostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateOutpostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.