Class CfnAgentStatusPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnAgentStatusPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentStatusPropsMixin>
- Enclosing class:
CfnAgentStatusPropsMixin
@Stability(Stable)
public static final class CfnAgentStatusPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentStatusPropsMixin>
A fluent builder for
CfnAgentStatusPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the agent status.displayOrder(Number displayOrder) The display order of the agent status.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the instance.The name of the agent status.resetOrderNumber(Boolean resetOrderNumber) A number indicating the reset order of the agent status.resetOrderNumber(IResolvable resetOrderNumber) A number indicating the reset order of the agent status.The state of the agent status.The tags used to organize, track, or control access for this resource.The type of agent status.
-
Method Details
-
create
@Stability(Stable) public static CfnAgentStatusPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAgentStatusPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAgentStatusPropsMixin.Builder.
-
description
The description of the agent status.- Parameters:
description- The description of the agent status. This parameter is required.- Returns:
this- See Also:
-
displayOrder
The display order of the agent status.- Parameters:
displayOrder- The display order of the agent status. This parameter is required.- Returns:
this- See Also:
-
instanceArn
The Amazon Resource Name (ARN) of the instance.- Parameters:
instanceArn- The Amazon Resource Name (ARN) of the instance. This parameter is required.- Returns:
this- See Also:
-
name
The name of the agent status.- Parameters:
name- The name of the agent status. This parameter is required.- Returns:
this- See Also:
-
resetOrderNumber
@Stability(Stable) public CfnAgentStatusPropsMixin.Builder resetOrderNumber(Boolean resetOrderNumber) A number indicating the reset order of the agent status.- Parameters:
resetOrderNumber- A number indicating the reset order of the agent status. This parameter is required.- Returns:
this- See Also:
-
resetOrderNumber
@Stability(Stable) public CfnAgentStatusPropsMixin.Builder resetOrderNumber(IResolvable resetOrderNumber) A number indicating the reset order of the agent status.- Parameters:
resetOrderNumber- A number indicating the reset order of the agent status. This parameter is required.- Returns:
this- See Also:
-
state
The state of the agent status.- Parameters:
state- The state of the agent status. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
type
The type of agent status.- Parameters:
type- The type of agent status. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentStatusPropsMixin>- Returns:
- a newly built instance of
CfnAgentStatusPropsMixin.
-