Interface UpdateOutpostRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOutpostRequest.Builder,UpdateOutpostRequest>,OutpostsRequest.Builder,SdkBuilder<UpdateOutpostRequest.Builder,UpdateOutpostRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateOutpostRequest
public static interface UpdateOutpostRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<UpdateOutpostRequest.Builder,UpdateOutpostRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateOutpostRequest.Builderdescription(String description)Sets the value of the Description property for this object.UpdateOutpostRequest.Buildername(String name)Sets the value of the Name property for this object.UpdateOutpostRequest.BuilderoutpostId(String outpostId)The ID or the Amazon Resource Name (ARN) of the Outpost.UpdateOutpostRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOutpostRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateOutpostRequest.BuildersupportedHardwareType(String supportedHardwareType)The type of hardware for this Outpost.UpdateOutpostRequest.BuildersupportedHardwareType(SupportedHardwareType supportedHardwareType)The type of hardware for this Outpost.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
outpostId
UpdateOutpostRequest.Builder outpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
- Parameters:
outpostId- The ID or the Amazon Resource Name (ARN) of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateOutpostRequest.Builder name(String name)
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateOutpostRequest.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedHardwareType
UpdateOutpostRequest.Builder supportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
- Parameters:
supportedHardwareType- The type of hardware for this Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SupportedHardwareType,SupportedHardwareType
-
supportedHardwareType
UpdateOutpostRequest.Builder supportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
- Parameters:
supportedHardwareType- The type of hardware for this Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SupportedHardwareType,SupportedHardwareType
-
overrideConfiguration
UpdateOutpostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateOutpostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-