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