Interface AppMonitorDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppMonitorDetails.Builder,
,AppMonitorDetails> SdkBuilder<AppMonitorDetails.Builder,
,AppMonitorDetails> SdkPojo
- Enclosing class:
AppMonitorDetails
@Mutable
@NotThreadSafe
public static interface AppMonitorDetails.Builder
extends SdkPojo, CopyableBuilder<AppMonitorDetails.Builder,AppMonitorDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ID of the app monitor.The name of the app monitor.The version of the app 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
-
id
The unique ID of the app monitor.
- Parameters:
id
- The unique ID of the app monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the app monitor.
- Parameters:
name
- The name of the app monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the app monitor.
- Parameters:
version
- The version of the app monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-