Interface CreateAgentStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<CreateAgentStatusRequest.Builder,CreateAgentStatusRequest>,SdkBuilder<CreateAgentStatusRequest.Builder,CreateAgentStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAgentStatusRequest
public static interface CreateAgentStatusRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateAgentStatusRequest.Builder,CreateAgentStatusRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceId
CreateAgentStatusRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateAgentStatusRequest.Builder name(String name)
The name of the status.
- Parameters:
name- The name of the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateAgentStatusRequest.Builder description(String description)
The description of the status.
- Parameters:
description- The description of the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
CreateAgentStatusRequest.Builder state(String state)
The state of the status.
- Parameters:
state- The state of the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatusState,AgentStatusState
-
state
CreateAgentStatusRequest.Builder state(AgentStatusState state)
The state of the status.
- Parameters:
state- The state of the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatusState,AgentStatusState
-
displayOrder
CreateAgentStatusRequest.Builder displayOrder(Integer displayOrder)
The display order of the status.
- Parameters:
displayOrder- The display order of the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAgentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAgentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-