Class AgentStatusReference.Builder
java.lang.Object
software.amazon.awscdk.services.connect.AgentStatusReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AgentStatusReference>
- Enclosing interface:
AgentStatusReference
@Stability(Stable)
public static final class AgentStatusReference.Builder
extends Object
implements software.amazon.jsii.Builder<AgentStatusReference>
A builder for
AgentStatusReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentStatusArn
(String agentStatusArn) Sets the value ofAgentStatusReference.getAgentStatusArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentStatusArn
Sets the value ofAgentStatusReference.getAgentStatusArn()
- Parameters:
agentStatusArn
- The AgentStatusArn of the AgentStatus resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AgentStatusReference>
- Returns:
- a new instance of
AgentStatusReference
- Throws:
NullPointerException
- if any required attribute was not provided
-