public static interface CreateAgentStatusRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateAgentStatusRequest.Builder,CreateAgentStatusRequest>
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)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.CreateAgentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAgentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.