Uses of Interface
software.amazon.awssdk.services.medialive.model.SuccessfulMonitorDeployment.Builder
-
Packages that use SuccessfulMonitorDeployment.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of SuccessfulMonitorDeployment.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return SuccessfulMonitorDeployment.Builder Modifier and Type Method Description static SuccessfulMonitorDeployment.BuilderSuccessfulMonitorDeployment. builder()SuccessfulMonitorDeployment.BuilderSuccessfulMonitorDeployment.Builder. detailsUri(String detailsUri)URI associated with a signal map's monitor deployment.SuccessfulMonitorDeployment.BuilderSuccessfulMonitorDeployment.Builder. status(String status)Sets the value of the Status property for this object.SuccessfulMonitorDeployment.BuilderSuccessfulMonitorDeployment.Builder. status(SignalMapMonitorDeploymentStatus status)Sets the value of the Status property for this object.SuccessfulMonitorDeployment.BuilderSuccessfulMonitorDeployment. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type SuccessfulMonitorDeployment.Builder Modifier and Type Method Description static Class<? extends SuccessfulMonitorDeployment.Builder>SuccessfulMonitorDeployment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type SuccessfulMonitorDeployment.Builder Modifier and Type Method Description default CreateSignalMapResponse.BuilderCreateSignalMapResponse.Builder. lastSuccessfulMonitorDeployment(Consumer<SuccessfulMonitorDeployment.Builder> lastSuccessfulMonitorDeployment)Sets the value of the LastSuccessfulMonitorDeployment property for this object.default GetSignalMapResponse.BuilderGetSignalMapResponse.Builder. lastSuccessfulMonitorDeployment(Consumer<SuccessfulMonitorDeployment.Builder> lastSuccessfulMonitorDeployment)Sets the value of the LastSuccessfulMonitorDeployment property for this object.default StartDeleteMonitorDeploymentResponse.BuilderStartDeleteMonitorDeploymentResponse.Builder. lastSuccessfulMonitorDeployment(Consumer<SuccessfulMonitorDeployment.Builder> lastSuccessfulMonitorDeployment)Sets the value of the LastSuccessfulMonitorDeployment property for this object.default StartMonitorDeploymentResponse.BuilderStartMonitorDeploymentResponse.Builder. lastSuccessfulMonitorDeployment(Consumer<SuccessfulMonitorDeployment.Builder> lastSuccessfulMonitorDeployment)Sets the value of the LastSuccessfulMonitorDeployment property for this object.default StartUpdateSignalMapResponse.BuilderStartUpdateSignalMapResponse.Builder. lastSuccessfulMonitorDeployment(Consumer<SuccessfulMonitorDeployment.Builder> lastSuccessfulMonitorDeployment)Sets the value of the LastSuccessfulMonitorDeployment property for this object.
-