Class CfnSignalMapPropsMixin.MonitorDeploymentProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnSignalMapPropsMixin.MonitorDeploymentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalMapPropsMixin.MonitorDeploymentProperty>
- Enclosing interface:
CfnSignalMapPropsMixin.MonitorDeploymentProperty
@Stability(Stable)
public static final class CfnSignalMapPropsMixin.MonitorDeploymentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalMapPropsMixin.MonitorDeploymentProperty>
A builder for
CfnSignalMapPropsMixin.MonitorDeploymentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.detailsUri(String detailsUri) Sets the value ofCfnSignalMapPropsMixin.MonitorDeploymentProperty.getDetailsUri()errorMessage(String errorMessage) Sets the value ofCfnSignalMapPropsMixin.MonitorDeploymentProperty.getErrorMessage()Sets the value ofCfnSignalMapPropsMixin.MonitorDeploymentProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
detailsUri
@Stability(Stable) public CfnSignalMapPropsMixin.MonitorDeploymentProperty.Builder detailsUri(String detailsUri) Sets the value ofCfnSignalMapPropsMixin.MonitorDeploymentProperty.getDetailsUri()- Parameters:
detailsUri- URI associated with a signal map's monitor deployment.- Returns:
this
-
errorMessage
@Stability(Stable) public CfnSignalMapPropsMixin.MonitorDeploymentProperty.Builder errorMessage(String errorMessage) Sets the value ofCfnSignalMapPropsMixin.MonitorDeploymentProperty.getErrorMessage()- Parameters:
errorMessage- Error message associated with a failed monitor deployment of a signal map.- Returns:
this
-
status
@Stability(Stable) public CfnSignalMapPropsMixin.MonitorDeploymentProperty.Builder status(String status) Sets the value ofCfnSignalMapPropsMixin.MonitorDeploymentProperty.getStatus()- Parameters:
status- The signal map monitor deployment status.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSignalMapPropsMixin.MonitorDeploymentProperty>- Returns:
- a new instance of
CfnSignalMapPropsMixin.MonitorDeploymentProperty - Throws:
NullPointerException- if any required attribute was not provided
-