Interface Monitor.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Monitor.Builder,
,Monitor> SdkBuilder<Monitor.Builder,
,Monitor> SdkPojo
- Enclosing class:
Monitor
@Mutable
@NotThreadSafe
public static interface Monitor.Builder
extends SdkPojo, CopyableBuilder<Monitor.Builder,Monitor>
-
Method Summary
Modifier and TypeMethodDescriptionmonitorArn
(String monitorArn) The Amazon Resource Name (ARN) of the monitor.monitorName
(String monitorName) The name of the monitor.processingStatus
(String processingStatus) The health of data processing for the monitor.processingStatus
(MonitorProcessingStatusCode processingStatus) The health of data processing for the monitor.The status of a monitor.status
(MonitorConfigState status) The status of a 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
status
The status of a monitor.
- Parameters:
status
- The status of a monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a monitor.
- Parameters:
status
- The status of a monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processingStatus
The health of data processing for the monitor.
- Parameters:
processingStatus
- The health of data processing for the monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processingStatus
The health of data processing for the monitor.
- Parameters:
processingStatus
- The health of data processing for the monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-