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
Modifier and TypeMethodDescriptionsubnetOutpostArn(String subnetOutpostArn) The outpost ARN of the subnet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-