Interface MonitorSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MonitorSummary.Builder,,MonitorSummary> SdkBuilder<MonitorSummary.Builder,,MonitorSummary> SdkPojo
- Enclosing class:
MonitorSummary
-
Method Summary
Modifier and TypeMethodDescriptionmonitorArn(String monitorArn) The Amazon Resource Name (ARN) of the monitor.monitorName(String monitorName) The name of the monitor.monitorStatus(String monitorStatus) The status of a monitor.monitorStatus(MonitorStatus monitorStatus) The status of a monitor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
monitorArn
The Amazon Resource Name (ARN) of the monitor.
- Parameters:
monitorArn- The Amazon Resource Name (ARN) of the monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitorName
The name of the monitor.
- Parameters:
monitorName- The name of the monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitorStatus
The status of a monitor. The status can be one of the following
-
PENDING: The monitor is in the process of being created. -
ACTIVE: The monitor is active. -
INACTIVE: The monitor is inactive. -
ERROR: Monitor creation failed due to an error. -
DELETING: The monitor is in the process of being deleted.
- Parameters:
monitorStatus- The status of a monitor. The status can be one of the following-
PENDING: The monitor is in the process of being created. -
ACTIVE: The monitor is active. -
INACTIVE: The monitor is inactive. -
ERROR: Monitor creation failed due to an error. -
DELETING: The monitor is in the process of being deleted.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
monitorStatus
The status of a monitor. The status can be one of the following
-
PENDING: The monitor is in the process of being created. -
ACTIVE: The monitor is active. -
INACTIVE: The monitor is inactive. -
ERROR: Monitor creation failed due to an error. -
DELETING: The monitor is in the process of being deleted.
- Parameters:
monitorStatus- The status of a monitor. The status can be one of the following-
PENDING: The monitor is in the process of being created. -
ACTIVE: The monitor is active. -
INACTIVE: The monitor is inactive. -
ERROR: Monitor creation failed due to an error. -
DELETING: The monitor is in the process of being deleted.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-