Interface StagingSourceServer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StagingSourceServer.Builder,StagingSourceServer>,SdkBuilder<StagingSourceServer.Builder,StagingSourceServer>,SdkPojo
- Enclosing class:
- StagingSourceServer
public static interface StagingSourceServer.Builder extends SdkPojo, CopyableBuilder<StagingSourceServer.Builder,StagingSourceServer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StagingSourceServer.Builderarn(String arn)The ARN of the source server.StagingSourceServer.Builderhostname(String hostname)Hostname of staging source server.StagingSourceServer.Buildertags(Map<String,String> tags)A list of tags associated with the staging source server.-
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
-
arn
StagingSourceServer.Builder arn(String arn)
The ARN of the source server.
- Parameters:
arn- The ARN of the source server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostname
StagingSourceServer.Builder hostname(String hostname)
Hostname of staging source server.
- Parameters:
hostname- Hostname of staging source server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StagingSourceServer.Builder tags(Map<String,String> tags)
A list of tags associated with the staging source server.
- Parameters:
tags- A list of tags associated with the staging source server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-