Interface SuccessfulMonitorDeployment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SuccessfulMonitorDeployment.Builder,SuccessfulMonitorDeployment>,SdkBuilder<SuccessfulMonitorDeployment.Builder,SuccessfulMonitorDeployment>,SdkPojo
- Enclosing class:
- SuccessfulMonitorDeployment
public static interface SuccessfulMonitorDeployment.Builder extends SdkPojo, CopyableBuilder<SuccessfulMonitorDeployment.Builder,SuccessfulMonitorDeployment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuccessfulMonitorDeployment.BuilderdetailsUri(String detailsUri)URI associated with a signal map's monitor deployment.SuccessfulMonitorDeployment.Builderstatus(String status)Sets the value of the Status property for this object.SuccessfulMonitorDeployment.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
SuccessfulMonitorDeployment.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.
-
status
SuccessfulMonitorDeployment.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
SuccessfulMonitorDeployment.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
-
-