Interface MonitorDeployment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MonitorDeployment.Builder,MonitorDeployment>,SdkBuilder<MonitorDeployment.Builder,MonitorDeployment>,SdkPojo
- Enclosing class:
- MonitorDeployment
public static interface MonitorDeployment.Builder extends SdkPojo, CopyableBuilder<MonitorDeployment.Builder,MonitorDeployment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitorDeployment.BuilderdetailsUri(String detailsUri)URI associated with a signal map's monitor deployment.MonitorDeployment.BuildererrorMessage(String errorMessage)Error message associated with a failed monitor deployment of a signal map.MonitorDeployment.Builderstatus(String status)Sets the value of the Status property for this object.MonitorDeployment.Builderstatus(SignalMapMonitorDeploymentStatus status)Sets the value of the Status property for this object.-
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 Detail
-
detailsUri
MonitorDeployment.Builder detailsUri(String detailsUri)
URI associated with a signal map's monitor deployment.- Parameters:
detailsUri- URI associated with a signal map's monitor deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
MonitorDeployment.Builder errorMessage(String errorMessage)
Error message associated with a failed monitor deployment of a signal map.- Parameters:
errorMessage- Error message associated with a failed monitor deployment of a signal map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
MonitorDeployment.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SignalMapMonitorDeploymentStatus,SignalMapMonitorDeploymentStatus
-
status
MonitorDeployment.Builder status(SignalMapMonitorDeploymentStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SignalMapMonitorDeploymentStatus,SignalMapMonitorDeploymentStatus
-
-