Class CfnOpsItemPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnOpsItemPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOpsItemPropsMixin>
- Enclosing class:
CfnOpsItemPropsMixin
@Stability(Stable)
public static final class CfnOpsItemPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOpsItemPropsMixin>
A fluent builder for
CfnOpsItemPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The category of the OpsItem.static CfnOpsItemPropsMixin.Buildercreate()static CfnOpsItemPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of the OpsItem.The priority of the OpsItem.The severity of the OpsItem.The origin of the OpsItem.Tags for the OpsItem.The title of the OpsItem.
-
Method Details
-
create
@Stability(Stable) public static CfnOpsItemPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnOpsItemPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnOpsItemPropsMixin.Builder.
-
category
The category of the OpsItem.- Parameters:
category- The category of the OpsItem. This parameter is required.- Returns:
this- See Also:
-
description
The description of the OpsItem.- Parameters:
description- The description of the OpsItem. This parameter is required.- Returns:
this- See Also:
-
priority
The priority of the OpsItem.- Parameters:
priority- The priority of the OpsItem. This parameter is required.- Returns:
this- See Also:
-
severity
The severity of the OpsItem.- Parameters:
severity- The severity of the OpsItem. This parameter is required.- Returns:
this- See Also:
-
source
The origin of the OpsItem.- Parameters:
source- The origin of the OpsItem. This parameter is required.- Returns:
this- See Also:
-
tags
Tags for the OpsItem.- Parameters:
tags- Tags for the OpsItem. This parameter is required.- Returns:
this- See Also:
-
title
The title of the OpsItem.- Parameters:
title- The title of the OpsItem. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOpsItemPropsMixin>- Returns:
- a newly built instance of
CfnOpsItemPropsMixin.
-