Interface SourceCloudProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SourceCloudProperties.Builder,,- SourceCloudProperties> - SdkBuilder<SourceCloudProperties.Builder,,- SourceCloudProperties> - SdkPojo
- Enclosing class:
- SourceCloudProperties
@Mutable
@NotThreadSafe
public static interface SourceCloudProperties.Builder
extends SdkPojo, CopyableBuilder<SourceCloudProperties.Builder,SourceCloudProperties> 
- 
Method SummaryModifier and TypeMethodDescriptionoriginAccountID(String originAccountID) AWS Account ID for an EC2-originated Source Server.originAvailabilityZone(String originAvailabilityZone) AWS Availability Zone for an EC2-originated Source Server.originRegion(String originRegion) AWS Region for an EC2-originated Source Server.sourceOutpostArn(String sourceOutpostArn) The ARN of the source OutpostMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
originAccountIDAWS Account ID for an EC2-originated Source Server. - Parameters:
- originAccountID- AWS Account ID for an EC2-originated Source Server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
originAvailabilityZoneAWS Availability Zone for an EC2-originated Source Server. - Parameters:
- originAvailabilityZone- AWS Availability Zone for an EC2-originated Source Server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
originRegionAWS Region for an EC2-originated Source Server. - Parameters:
- originRegion- AWS Region for an EC2-originated Source Server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceOutpostArnThe ARN of the source Outpost - Parameters:
- sourceOutpostArn- The ARN of the source Outpost
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-