public static interface StagingSourceServer.Builder extends SdkPojo, CopyableBuilder<StagingSourceServer.Builder,StagingSourceServer>
| Modifier and Type | Method and Description |
|---|---|
StagingSourceServer.Builder |
arn(String arn)
The ARN of the source server.
|
StagingSourceServer.Builder |
hostname(String hostname)
Hostname of staging source server.
|
StagingSourceServer.Builder |
tags(Map<String,String> tags)
A list of tags associated with the staging source server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStagingSourceServer.Builder arn(String arn)
The ARN of the source server.
arn - The ARN of the source server.StagingSourceServer.Builder hostname(String hostname)
Hostname of staging source server.
hostname - Hostname of staging source server.StagingSourceServer.Builder tags(Map<String,String> tags)
A list of tags associated with the staging source server.
tags - A list of tags associated with the staging source server.Copyright © 2023. All rights reserved.