Interface GetNetworkMigrationMapperSegmentConstructRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetNetworkMigrationMapperSegmentConstructRequest.Builder,,GetNetworkMigrationMapperSegmentConstructRequest> MgnRequest.Builder,SdkBuilder<GetNetworkMigrationMapperSegmentConstructRequest.Builder,,GetNetworkMigrationMapperSegmentConstructRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetNetworkMigrationMapperSegmentConstructRequest
@Mutable
@NotThreadSafe
public static interface GetNetworkMigrationMapperSegmentConstructRequest.Builder
extends MgnRequest.Builder, SdkPojo, CopyableBuilder<GetNetworkMigrationMapperSegmentConstructRequest.Builder,GetNetworkMigrationMapperSegmentConstructRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconstructID(String constructID) The unique identifier of the construct within the segment.networkMigrationDefinitionID(String networkMigrationDefinitionID) The unique identifier of the network migration definition.networkMigrationExecutionID(String networkMigrationExecutionID) The unique identifier of the network migration execution.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier of the mapper segment.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mgn.model.MgnRequest.Builder
buildMethods 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
GetNetworkMigrationMapperSegmentConstructRequest.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.
-
networkMigrationExecutionID
GetNetworkMigrationMapperSegmentConstructRequest.Builder networkMigrationExecutionID(String networkMigrationExecutionID) The unique identifier of the network migration execution.
- Parameters:
networkMigrationExecutionID- The unique identifier of the network migration execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentID
The unique identifier of the mapper segment.
- Parameters:
segmentID- The unique identifier of the mapper segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
constructID
The unique identifier of the construct within the segment.
- Parameters:
constructID- The unique identifier of the construct within the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetNetworkMigrationMapperSegmentConstructRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetNetworkMigrationMapperSegmentConstructRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-