Interface AgentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentSummary.Builder,AgentSummary>,SdkBuilder<AgentSummary.Builder,AgentSummary>,SdkPojo
- Enclosing class:
- AgentSummary
public static interface AgentSummary.Builder extends SdkPojo, CopyableBuilder<AgentSummary.Builder,AgentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentSummary.BuilderagentId(String agentId)Sets the value of the AgentId property for this object.AgentSummary.BuilderagentName(String agentName)Sets the value of the AgentName property for this object.AgentSummary.BuilderagentStatus(String agentStatus)Sets the value of the AgentStatus property for this object.AgentSummary.BuilderagentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.AgentSummary.Builderdescription(String description)Sets the value of the Description property for this object.AgentSummary.BuilderlatestAgentVersion(String latestAgentVersion)Sets the value of the LatestAgentVersion property for this object.AgentSummary.BuilderupdatedAt(Instant updatedAt)Sets the value of the UpdatedAt property for this object.-
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
-
agentId
AgentSummary.Builder agentId(String agentId)
Sets the value of the AgentId property for this object.- Parameters:
agentId- The new value for the AgentId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentName
AgentSummary.Builder agentName(String agentName)
Sets the value of the AgentName property for this object.- Parameters:
agentName- The new value for the AgentName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentStatus
AgentSummary.Builder agentStatus(String agentStatus)
Sets the value of the AgentStatus property for this object.- Parameters:
agentStatus- The new value for the AgentStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatus,AgentStatus
-
agentStatus
AgentSummary.Builder agentStatus(AgentStatus agentStatus)
Sets the value of the AgentStatus property for this object.- Parameters:
agentStatus- The new value for the AgentStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatus,AgentStatus
-
description
AgentSummary.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
AgentSummary.Builder updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.- Parameters:
updatedAt- The new value for the UpdatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestAgentVersion
AgentSummary.Builder latestAgentVersion(String latestAgentVersion)
Sets the value of the LatestAgentVersion property for this object.- Parameters:
latestAgentVersion- The new value for the LatestAgentVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-