Uses of Interface
software.amazon.awssdk.services.drs.model.StagingArea.Builder
-
Packages that use StagingArea.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of StagingArea.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return StagingArea.Builder Modifier and Type Method Description static StagingArea.BuilderStagingArea. builder()StagingArea.BuilderStagingArea.Builder. errorMessage(String errorMessage)Shows an error message that occurred when DRS tried to access the staging source server.StagingArea.BuilderStagingArea.Builder. stagingAccountID(String stagingAccountID)Account ID of the account to which source server belongs.StagingArea.BuilderStagingArea.Builder. stagingSourceServerArn(String stagingSourceServerArn)Arn of the staging source server if this source server is extendedStagingArea.BuilderStagingArea.Builder. status(String status)Status of Source server extension.StagingArea.BuilderStagingArea.Builder. status(ExtensionStatus status)Status of Source server extension.StagingArea.BuilderStagingArea. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type StagingArea.Builder Modifier and Type Method Description static Class<? extends StagingArea.Builder>StagingArea. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type StagingArea.Builder Modifier and Type Method Description default DisconnectSourceServerResponse.BuilderDisconnectSourceServerResponse.Builder. stagingArea(Consumer<StagingArea.Builder> stagingArea)The staging area of the source server.default RetryDataReplicationResponse.BuilderRetryDataReplicationResponse.Builder. stagingArea(Consumer<StagingArea.Builder> stagingArea)The staging area of the source server.default SourceServer.BuilderSourceServer.Builder. stagingArea(Consumer<StagingArea.Builder> stagingArea)The staging area of the source server.
-