Uses of Interface
software.amazon.awssdk.services.drs.model.StagingSourceServer.Builder
-
Packages that use StagingSourceServer.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of StagingSourceServer.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return StagingSourceServer.Builder Modifier and Type Method Description StagingSourceServer.BuilderStagingSourceServer.Builder. arn(String arn)The ARN of the source server.static StagingSourceServer.BuilderStagingSourceServer. builder()StagingSourceServer.BuilderStagingSourceServer.Builder. hostname(String hostname)Hostname of staging source server.StagingSourceServer.BuilderStagingSourceServer.Builder. tags(Map<String,String> tags)A list of tags associated with the staging source server.StagingSourceServer.BuilderStagingSourceServer. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type StagingSourceServer.Builder Modifier and Type Method Description static Class<? extends StagingSourceServer.Builder>StagingSourceServer. serializableBuilderClass()
-