Interface AppMonitorSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppMonitorSummary.Builder,AppMonitorSummary>,SdkBuilder<AppMonitorSummary.Builder,AppMonitorSummary>,SdkPojo
- Enclosing class:
- AppMonitorSummary
public static interface AppMonitorSummary.Builder extends SdkPojo, CopyableBuilder<AppMonitorSummary.Builder,AppMonitorSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppMonitorSummary.Buildercreated(String created)The date and time that the app monitor was created.AppMonitorSummary.Builderid(String id)The unique ID of this app monitor.AppMonitorSummary.BuilderlastModified(String lastModified)The date and time of the most recent changes to this app monitor's configuration.AppMonitorSummary.Buildername(String name)The name of this app monitor.AppMonitorSummary.Builderstate(String state)The current state of this app monitor.AppMonitorSummary.Builderstate(StateEnum state)The current state of this app monitor.-
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
-
created
AppMonitorSummary.Builder created(String created)
The date and time that the app monitor was created.
- Parameters:
created- The date and time that the app monitor was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
AppMonitorSummary.Builder id(String id)
The unique ID of this app monitor.
- Parameters:
id- The unique ID of this app monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
AppMonitorSummary.Builder lastModified(String lastModified)
The date and time of the most recent changes to this app monitor's configuration.
- Parameters:
lastModified- The date and time of the most recent changes to this app monitor's configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AppMonitorSummary.Builder name(String name)
The name of this app monitor.
- Parameters:
name- The name of this app monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
AppMonitorSummary.Builder state(String state)
The current state of this app monitor.
-
state
AppMonitorSummary.Builder state(StateEnum state)
The current state of this app monitor.
-
-