Interface Watcher.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Watcher.Builder,
,Watcher> SdkBuilder<Watcher.Builder,
,Watcher> SdkPojo
- Enclosing class:
Watcher
@Mutable
@NotThreadSafe
public static interface Watcher.Builder
extends SdkPojo, CopyableBuilder<Watcher.Builder,Watcher>
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
email
- Parameters:
email
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
- Parameters:
name
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobTitle
- Parameters:
jobTitle
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-