Interface ManagedAgentStateChange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedAgentStateChange.Builder,
,ManagedAgentStateChange> SdkBuilder<ManagedAgentStateChange.Builder,
,ManagedAgentStateChange> SdkPojo
- Enclosing class:
ManagedAgentStateChange
@Mutable
@NotThreadSafe
public static interface ManagedAgentStateChange.Builder
extends SdkPojo, CopyableBuilder<ManagedAgentStateChange.Builder,ManagedAgentStateChange>
-
Method Summary
Modifier and TypeMethodDescriptioncontainerName
(String containerName) The name of the container that's associated with the managed agent.managedAgentName
(String managedAgentName) The name of the managed agent.managedAgentName
(ManagedAgentName managedAgentName) The name of the managed agent.The reason for the status of the managed agent.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
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
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.
-