public static interface AgentStatusSummary.Builder extends SdkPojo, CopyableBuilder<AgentStatusSummary.Builder,AgentStatusSummary>
| Modifier and Type | Method and Description |
|---|---|
AgentStatusSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the agent status.
|
AgentStatusSummary.Builder |
id(String id)
The identifier for an agent status.
|
AgentStatusSummary.Builder |
name(String name)
The name of the agent status.
|
AgentStatusSummary.Builder |
type(AgentStatusType type)
The type of the agent status.
|
AgentStatusSummary.Builder |
type(String type)
The type of the agent status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAgentStatusSummary.Builder id(String id)
The identifier for an agent status.
id - The identifier for an agent status.AgentStatusSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) for the agent status.
arn - The Amazon Resource Name (ARN) for the agent status.AgentStatusSummary.Builder name(String name)
The name of the agent status.
name - The name of the agent status.AgentStatusSummary.Builder type(String type)
The type of the agent status.
type - The type of the agent status.AgentStatusType,
AgentStatusTypeAgentStatusSummary.Builder type(AgentStatusType type)
The type of the agent status.
type - The type of the agent status.AgentStatusType,
AgentStatusTypeCopyright © 2022. All rights reserved.