Interface AgentStatusSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentStatusSummary.Builder,AgentStatusSummary>
,SdkBuilder<AgentStatusSummary.Builder,AgentStatusSummary>
,SdkPojo
- Enclosing class:
- AgentStatusSummary
public static interface AgentStatusSummary.Builder extends SdkPojo, CopyableBuilder<AgentStatusSummary.Builder,AgentStatusSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentStatusSummary.Builder
arn(String arn)
The Amazon Resource Name (ARN) for the agent status.AgentStatusSummary.Builder
id(String id)
The identifier for an agent status.AgentStatusSummary.Builder
lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.AgentStatusSummary.Builder
lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.AgentStatusSummary.Builder
name(String name)
The name of the agent status.AgentStatusSummary.Builder
type(String type)
The type of the agent status.AgentStatusSummary.Builder
type(AgentStatusType type)
The type of the agent 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
-
id
AgentStatusSummary.Builder id(String id)
The identifier for an agent status.
- Parameters:
id
- The identifier for an agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
AgentStatusSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) for the agent status.
- Parameters:
arn
- The Amazon Resource Name (ARN) for the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AgentStatusSummary.Builder name(String name)
The name of the agent status.
- Parameters:
name
- The name of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
AgentStatusSummary.Builder type(String type)
The type of the agent status.
- Parameters:
type
- The type of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatusType
,AgentStatusType
-
type
AgentStatusSummary.Builder type(AgentStatusType type)
The type of the agent status.
- Parameters:
type
- The type of the agent status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatusType
,AgentStatusType
-
lastModifiedTime
AgentStatusSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime
- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
AgentStatusSummary.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-