Interface UpdateMonitorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateMonitorResponse.Builder,
,UpdateMonitorResponse> NetworkMonitorResponse.Builder
,SdkBuilder<UpdateMonitorResponse.Builder,
,UpdateMonitorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateMonitorResponse
@Mutable
@NotThreadSafe
public static interface UpdateMonitorResponse.Builder
extends NetworkMonitorResponse.Builder, SdkPojo, CopyableBuilder<UpdateMonitorResponse.Builder,UpdateMonitorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaggregationPeriod
(Long aggregationPeriod) The changed aggregation period.monitorArn
(String monitorArn) The ARN of the monitor that was updated.monitorName
(String monitorName) The name of the monitor that was updated.The state of the updated monitor.state
(MonitorState state) The state of the updated monitor.The list of key-value pairs associated with the monitor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkmonitor.model.NetworkMonitorResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
monitorArn
The ARN of the monitor that was updated.
- Parameters:
monitorArn
- The ARN of the monitor that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitorName
The name of the monitor that was updated.
- Parameters:
monitorName
- The name of the monitor that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the updated monitor.
- Parameters:
state
- The state of the updated monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the updated monitor.
- Parameters:
state
- The state of the updated monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregationPeriod
The changed aggregation period.
- Parameters:
aggregationPeriod
- The changed aggregation period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of key-value pairs associated with the monitor.
- Parameters:
tags
- The list of key-value pairs associated with the monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-