public static interface AppMonitorSummary.Builder extends SdkPojo, CopyableBuilder<AppMonitorSummary.Builder,AppMonitorSummary>
| Modifier and Type | Method and Description |
|---|---|
AppMonitorSummary.Builder |
created(String created)
The date and time that the app monitor was created.
|
AppMonitorSummary.Builder |
id(String id)
The unique ID of this app monitor.
|
AppMonitorSummary.Builder |
lastModified(String lastModified)
The date and time of the most recent changes to this app monitor's configuration.
|
AppMonitorSummary.Builder |
name(String name)
The name of this app monitor.
|
AppMonitorSummary.Builder |
state(StateEnum state)
The current state of this app monitor.
|
AppMonitorSummary.Builder |
state(String state)
The current state of this app monitor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppMonitorSummary.Builder created(String created)
The date and time that the app monitor was created.
created - The date and time that the app monitor was created.AppMonitorSummary.Builder id(String id)
The unique ID of this app monitor.
id - The unique ID of this app monitor.AppMonitorSummary.Builder lastModified(String lastModified)
The date and time of the most recent changes to this app monitor's configuration.
lastModified - The date and time of the most recent changes to this app monitor's configuration.AppMonitorSummary.Builder name(String name)
The name of this app monitor.
name - The name of this app monitor.AppMonitorSummary.Builder state(String state)
The current state of this app monitor.
AppMonitorSummary.Builder state(StateEnum state)
The current state of this app monitor.
Copyright © 2023. All rights reserved.