Interface AgentStatusReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentStatusReference.Builder,
,AgentStatusReference> SdkBuilder<AgentStatusReference.Builder,
,AgentStatusReference> SdkPojo
- Enclosing class:
AgentStatusReference
public static interface AgentStatusReference.Builder
extends SdkPojo, CopyableBuilder<AgentStatusReference.Builder,AgentStatusReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the agent's status.statusName
(String statusName) The name of the agent status.statusStartTimestamp
(Instant statusStartTimestamp) The start timestamp of the agent's status.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 Details
-
statusStartTimestamp
The start timestamp of the agent's status.
- Parameters:
statusStartTimestamp
- The start timestamp of the agent's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusArn
The Amazon Resource Name (ARN) of the agent's status.
- Parameters:
statusArn
- The Amazon Resource Name (ARN) of the agent's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusName
The name of the agent status.
- Parameters:
statusName
- The name of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-