Class CfnOpsItem.Builder
java.lang.Object
software.amazon.awscdk.services.ssm.CfnOpsItem.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOpsItem>
- Enclosing class:
CfnOpsItem
@Stability(Stable)
public static final class CfnOpsItem.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOpsItem>
A fluent builder for
CfnOpsItem.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The category of the OpsItem.static CfnOpsItem.Builderdescription(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 CfnOpsItem.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnOpsItem.Builder.
-
description
The description of the OpsItem.- Parameters:
description- The description 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:
-
title
The title of the OpsItem.- Parameters:
title- The title of the OpsItem. This parameter is required.- Returns:
this- See Also:
-
category
The category of the OpsItem.- Parameters:
category- The category 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:
-
tags
Tags for the OpsItem.- Parameters:
tags- Tags for the OpsItem. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOpsItem>- Returns:
- a newly built instance of
CfnOpsItem.
-