Class CfnAgentStatus.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnAgentStatus.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentStatus>
- Enclosing class:
CfnAgentStatus
@Stability(Stable)
public static final class CfnAgentStatus.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentStatus>
A fluent builder for
CfnAgentStatus
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnAgentStatus.Builder
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 CfnAgentStatus.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
CfnAgentStatus.Builder
.
-
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:
-
state
The state of the agent status.- Parameters:
state
- The state of the agent status. This parameter is required.- Returns:
this
- See Also:
-
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:
-
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
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:
-
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAgentStatus>
- Returns:
- a newly built instance of
CfnAgentStatus
.
-