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