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.
outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.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 © 2023. All rights reserved.