Interface StartNetworkMigrationMappingUpdateSegment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StartNetworkMigrationMappingUpdateSegment.Builder,,StartNetworkMigrationMappingUpdateSegment> SdkBuilder<StartNetworkMigrationMappingUpdateSegment.Builder,,StartNetworkMigrationMappingUpdateSegment> SdkPojo
- Enclosing class:
StartNetworkMigrationMappingUpdateSegment
@Mutable
@NotThreadSafe
public static interface StartNetworkMigrationMappingUpdateSegment.Builder
extends SdkPojo, CopyableBuilder<StartNetworkMigrationMappingUpdateSegment.Builder,StartNetworkMigrationMappingUpdateSegment>
-
Method Summary
Modifier and TypeMethodDescriptionThe updated scope tags for the segment.The ID of the segment to update.targetAccount(String targetAccount) The updated target AWS account for the segment.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
-
segmentID
The ID of the segment to update.
- Parameters:
segmentID- The ID of the segment to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccount
The updated target AWS account for the segment.
- Parameters:
targetAccount- The updated target AWS account for the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopeTags
The updated scope tags for the segment.
- Parameters:
scopeTags- The updated scope tags for the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-