Interface NetworkMigrationDefinitionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkMigrationDefinitionSummary.Builder,,NetworkMigrationDefinitionSummary> SdkBuilder<NetworkMigrationDefinitionSummary.Builder,,NetworkMigrationDefinitionSummary> SdkPojo
- Enclosing class:
NetworkMigrationDefinitionSummary
@Mutable
@NotThreadSafe
public static interface NetworkMigrationDefinitionSummary.Builder
extends SdkPojo, CopyableBuilder<NetworkMigrationDefinitionSummary.Builder,NetworkMigrationDefinitionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the network migration definition.The name of the network migration definition.networkMigrationDefinitionID(String networkMigrationDefinitionID) The unique identifier of the network migration definition.Scope tags for the network migration definition.sourceEnvironment(String sourceEnvironment) The source environment configuration.sourceEnvironment(SourceEnvironment sourceEnvironment) The source environment configuration.Tags assigned to the network migration definition.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
-
networkMigrationDefinitionID
NetworkMigrationDefinitionSummary.Builder networkMigrationDefinitionID(String networkMigrationDefinitionID) The unique identifier of the network migration definition.
- Parameters:
networkMigrationDefinitionID- The unique identifier of the network migration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the network migration definition.
- Parameters:
name- The name of the network migration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceEnvironment
The source environment configuration.
- Parameters:
sourceEnvironment- The source environment configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceEnvironment
The source environment configuration.
- Parameters:
sourceEnvironment- The source environment configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name (ARN) of the network migration definition.
- Parameters:
arn- The Amazon Resource Name (ARN) of the network migration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags assigned to the network migration definition.
- Parameters:
tags- Tags assigned to the network migration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopeTags
Scope tags for the network migration definition.
- Parameters:
scopeTags- Scope tags for the network migration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-