public static interface CreateAgentStatusRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateAgentStatusRequest.Builder,CreateAgentStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAgentStatusRequest.Builder |
description(String description)
The description of the status.
|
CreateAgentStatusRequest.Builder |
displayOrder(Integer displayOrder)
The display order of the status.
|
CreateAgentStatusRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateAgentStatusRequest.Builder |
name(String name)
The name of the status.
|
CreateAgentStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAgentStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAgentStatusRequest.Builder |
state(AgentStatusState state)
The state of the status.
|
CreateAgentStatusRequest.Builder |
state(String state)
The state of the status.
|
CreateAgentStatusRequest.Builder |
tags(Map<String,String> tags)
One or more tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAgentStatusRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.CreateAgentStatusRequest.Builder name(String name)
The name of the status.
name - The name of the status.CreateAgentStatusRequest.Builder description(String description)
The description of the status.
description - The description of the status.CreateAgentStatusRequest.Builder state(String state)
The state of the status.
state - The state of the status.AgentStatusState,
AgentStatusStateCreateAgentStatusRequest.Builder state(AgentStatusState state)
The state of the status.
state - The state of the status.AgentStatusState,
AgentStatusStateCreateAgentStatusRequest.Builder displayOrder(Integer displayOrder)
The display order of the status.
displayOrder - The display order of the status.CreateAgentStatusRequest.Builder tags(Map<String,String> tags)
One or more tags.
tags - One or more tags.CreateAgentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAgentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.