Uses of Interface
software.amazon.awssdk.services.mgn.model.SsmDocument.Builder
-
Packages that use SsmDocument.Builder Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of SsmDocument.Builder in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return SsmDocument.Builder Modifier and Type Method Description SsmDocument.BuilderSsmDocument.Builder. actionName(String actionName)User-friendly name for the AWS Systems Manager Document.static SsmDocument.BuilderSsmDocument. builder()SsmDocument.BuilderSsmDocument.Builder. externalParameters(Map<String,SsmExternalParameter> externalParameters)AWS Systems Manager Document external parameters.SsmDocument.BuilderSsmDocument.Builder. mustSucceedForCutover(Boolean mustSucceedForCutover)If true, Cutover will not be enabled if the document has failed.SsmDocument.BuilderSsmDocument.Builder. parameters(Map<String,? extends Collection<SsmParameterStoreParameter>> parameters)AWS Systems Manager Document parameters.SsmDocument.BuilderSsmDocument.Builder. ssmDocumentName(String ssmDocumentName)AWS Systems Manager Document name or full ARN.SsmDocument.BuilderSsmDocument.Builder. timeoutSeconds(Integer timeoutSeconds)AWS Systems Manager Document timeout seconds.SsmDocument.BuilderSsmDocument. toBuilder()Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type SsmDocument.Builder Modifier and Type Method Description static Class<? extends SsmDocument.Builder>SsmDocument. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type SsmDocument.Builder Modifier and Type Method Description default JobPostLaunchActionsLaunchStatus.BuilderJobPostLaunchActionsLaunchStatus.Builder. ssmDocument(Consumer<SsmDocument.Builder> ssmDocument)AWS Systems Manager's Document of the of the Job Post Launch Actions.
-