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