Interface SourceCloudProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceCloudProperties.Builder,SourceCloudProperties>,SdkBuilder<SourceCloudProperties.Builder,SourceCloudProperties>,SdkPojo
- Enclosing class:
- SourceCloudProperties
public static interface SourceCloudProperties.Builder extends SdkPojo, CopyableBuilder<SourceCloudProperties.Builder,SourceCloudProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceCloudProperties.BuilderoriginAccountID(String originAccountID)AWS Account ID for an EC2-originated Source Server.SourceCloudProperties.BuilderoriginAvailabilityZone(String originAvailabilityZone)AWS Availability Zone for an EC2-originated Source Server.SourceCloudProperties.BuilderoriginRegion(String originRegion)AWS Region for an EC2-originated Source Server.SourceCloudProperties.BuildersourceOutpostArn(String sourceOutpostArn)The ARN of the source Outpost-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
originAccountID
SourceCloudProperties.Builder originAccountID(String originAccountID)
AWS 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.
-
originAvailabilityZone
SourceCloudProperties.Builder originAvailabilityZone(String originAvailabilityZone)
AWS 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.
-
originRegion
SourceCloudProperties.Builder originRegion(String originRegion)
AWS 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.
-
sourceOutpostArn
SourceCloudProperties.Builder sourceOutpostArn(String sourceOutpostArn)
The 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.
-
-