Interface SubnetOutpost.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SubnetOutpost.Builder,SubnetOutpost>
,SdkBuilder<SubnetOutpost.Builder,SubnetOutpost>
,SdkPojo
- Enclosing class:
- SubnetOutpost
public static interface SubnetOutpost.Builder extends SdkPojo, CopyableBuilder<SubnetOutpost.Builder,SubnetOutpost>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubnetOutpost.Builder
subnetOutpostArn(String subnetOutpostArn)
The outpost ARN of the subnet.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
subnetOutpostArn
SubnetOutpost.Builder subnetOutpostArn(String subnetOutpostArn)
The outpost ARN of the subnet.
- Parameters:
subnetOutpostArn
- The outpost ARN of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-