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