Interface CreateOutpostRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateOutpostRequest.Builder,CreateOutpostRequest>,OutpostsRequest.Builder,SdkBuilder<CreateOutpostRequest.Builder,CreateOutpostRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateOutpostRequest
public static interface CreateOutpostRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<CreateOutpostRequest.Builder,CreateOutpostRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateOutpostRequest.BuilderavailabilityZone(String availabilityZone)Sets the value of the AvailabilityZone property for this object.CreateOutpostRequest.BuilderavailabilityZoneId(String availabilityZoneId)Sets the value of the AvailabilityZoneId property for this object.CreateOutpostRequest.Builderdescription(String description)Sets the value of the Description property for this object.CreateOutpostRequest.Buildername(String name)Sets the value of the Name property for this object.CreateOutpostRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOutpostRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateOutpostRequest.BuildersiteId(String siteId)The ID or the Amazon Resource Name (ARN) of the site.CreateOutpostRequest.BuildersupportedHardwareType(String supportedHardwareType)The type of hardware for this Outpost.CreateOutpostRequest.BuildersupportedHardwareType(SupportedHardwareType supportedHardwareType)The type of hardware for this Outpost.CreateOutpostRequest.Buildertags(Map<String,String> tags)The tags to apply to the 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
-
name
CreateOutpostRequest.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
CreateOutpostRequest.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.
-
siteId
CreateOutpostRequest.Builder siteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
- Parameters:
siteId- The ID or the Amazon Resource Name (ARN) of the site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
CreateOutpostRequest.Builder availabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.- Parameters:
availabilityZone- The new value for the AvailabilityZone property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneId
CreateOutpostRequest.Builder availabilityZoneId(String availabilityZoneId)
Sets the value of the AvailabilityZoneId property for this object.- Parameters:
availabilityZoneId- The new value for the AvailabilityZoneId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateOutpostRequest.Builder tags(Map<String,String> tags)
The tags to apply to the Outpost.
- Parameters:
tags- The tags to apply to the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedHardwareType
CreateOutpostRequest.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
CreateOutpostRequest.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
CreateOutpostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateOutpostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-