Interface NetworkMigrationAnalysisResultTarget.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkMigrationAnalysisResultTarget.Builder,,NetworkMigrationAnalysisResultTarget> SdkBuilder<NetworkMigrationAnalysisResultTarget.Builder,,NetworkMigrationAnalysisResultTarget> SdkPojo
- Enclosing class:
NetworkMigrationAnalysisResultTarget
@Mutable
@NotThreadSafe
public static interface NetworkMigrationAnalysisResultTarget.Builder
extends SdkPojo, CopyableBuilder<NetworkMigrationAnalysisResultTarget.Builder,NetworkMigrationAnalysisResultTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThe subnet ID of the target resource.The VPC ID of the target resource.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, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcID
The VPC ID of the target resource.
- Parameters:
vpcID- The VPC ID of the target resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetID
The subnet ID of the target resource.
- Parameters:
subnetID- The subnet ID of the target resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-