Interface AgentVersionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentVersionSummary.Builder,AgentVersionSummary>,SdkBuilder<AgentVersionSummary.Builder,AgentVersionSummary>,SdkPojo
- Enclosing class:
- AgentVersionSummary
public static interface AgentVersionSummary.Builder extends SdkPojo, CopyableBuilder<AgentVersionSummary.Builder,AgentVersionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentVersionSummary.BuilderagentName(String agentName)Sets the value of the AgentName property for this object.AgentVersionSummary.BuilderagentStatus(String agentStatus)Sets the value of the AgentStatus property for this object.AgentVersionSummary.BuilderagentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.AgentVersionSummary.BuilderagentVersion(String agentVersion)Sets the value of the AgentVersion property for this object.AgentVersionSummary.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.AgentVersionSummary.Builderdescription(String description)Sets the value of the Description property for this object.AgentVersionSummary.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
-
agentName
AgentVersionSummary.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
AgentVersionSummary.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
AgentVersionSummary.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
-
agentVersion
AgentVersionSummary.Builder agentVersion(String agentVersion)
Sets the value of the AgentVersion property for this object.- Parameters:
agentVersion- The new value for the AgentVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
AgentVersionSummary.Builder createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
AgentVersionSummary.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.
-
description
AgentVersionSummary.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.
-
-