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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentStatusReference.BuilderstatusArn(String statusArn)The Amazon Resource Name (ARN) of the agent's status.AgentStatusReference.BuilderstatusName(String statusName)The name of the agent status.AgentStatusReference.BuilderstatusStartTimestamp(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 Detail
-
statusStartTimestamp
AgentStatusReference.Builder statusStartTimestamp(Instant 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
AgentStatusReference.Builder statusArn(String 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
AgentStatusReference.Builder statusName(String 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.
-
-