public static interface AgentStatusReference.Builder extends SdkPojo, CopyableBuilder<AgentStatusReference.Builder,AgentStatusReference>
| Modifier and Type | Method and Description |
|---|---|
AgentStatusReference.Builder |
statusArn(String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
|
AgentStatusReference.Builder |
statusName(String statusName)
The name of the agent status.
|
AgentStatusReference.Builder |
statusStartTimestamp(Instant statusStartTimestamp)
The start timestamp of the agent's status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAgentStatusReference.Builder statusStartTimestamp(Instant statusStartTimestamp)
The start timestamp of the agent's status.
statusStartTimestamp - The start timestamp of the agent's status.AgentStatusReference.Builder statusArn(String statusArn)
The Amazon Resource Name (ARN) of the agent's status.
statusArn - The Amazon Resource Name (ARN) of the agent's status.AgentStatusReference.Builder statusName(String statusName)
The name of the agent status.
statusName - The name of the agent status.Copyright © 2023. All rights reserved.