Interface AgentRuntimeVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentRuntimeVersionSummary.Builder,,AgentRuntimeVersionSummary> SdkBuilder<AgentRuntimeVersionSummary.Builder,,AgentRuntimeVersionSummary> SdkPojo
- Enclosing class:
AgentRuntimeVersionSummary
@Mutable
@NotThreadSafe
public static interface AgentRuntimeVersionSummary.Builder
extends SdkPojo, CopyableBuilder<AgentRuntimeVersionSummary.Builder,AgentRuntimeVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeArn(String agentRuntimeArn) The Amazon Resource Name (ARN) of the agent runtime.agentRuntimeVersion(String agentRuntimeVersion) The version of the agent runtime.The current status of the agent runtime version.status(AgentRuntimeStatus status) The current status of the agent runtime version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
agentRuntimeArn
The Amazon Resource Name (ARN) of the agent runtime.
- Parameters:
agentRuntimeArn- The Amazon Resource Name (ARN) of the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeVersion
The version of the agent runtime.
- Parameters:
agentRuntimeVersion- The version of the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the agent runtime version.
- Parameters:
status- The current status of the agent runtime version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the agent runtime version.
- Parameters:
status- The current status of the agent runtime version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-