Interface ManagedAgentStateChange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedAgentStateChange.Builder,ManagedAgentStateChange>,SdkBuilder<ManagedAgentStateChange.Builder,ManagedAgentStateChange>,SdkPojo
- Enclosing class:
- ManagedAgentStateChange
public static interface ManagedAgentStateChange.Builder extends SdkPojo, CopyableBuilder<ManagedAgentStateChange.Builder,ManagedAgentStateChange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedAgentStateChange.BuildercontainerName(String containerName)The name of the container that's associated with the managed agent.ManagedAgentStateChange.BuildermanagedAgentName(String managedAgentName)The name of the managed agent.ManagedAgentStateChange.BuildermanagedAgentName(ManagedAgentName managedAgentName)The name of the managed agent.ManagedAgentStateChange.Builderreason(String reason)The reason for the status of the managed agent.ManagedAgentStateChange.Builderstatus(String status)The status of the managed agent.-
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
-
containerName
ManagedAgentStateChange.Builder containerName(String containerName)
The name of the container that's associated with the managed agent.
- Parameters:
containerName- The name of the container that's associated with the managed agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedAgentName
ManagedAgentStateChange.Builder managedAgentName(String managedAgentName)
The name of the managed agent.
- Parameters:
managedAgentName- The name of the managed agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedAgentName,ManagedAgentName
-
managedAgentName
ManagedAgentStateChange.Builder managedAgentName(ManagedAgentName managedAgentName)
The name of the managed agent.
- Parameters:
managedAgentName- The name of the managed agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedAgentName,ManagedAgentName
-
status
ManagedAgentStateChange.Builder status(String status)
The status of the managed agent.
- Parameters:
status- The status of the managed agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
ManagedAgentStateChange.Builder reason(String reason)
The reason for the status of the managed agent.
- Parameters:
reason- The reason for the status of the managed agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-