Interface Watcher.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Watcher.Builder,Watcher>,SdkBuilder<Watcher.Builder,Watcher>,SdkPojo
- Enclosing class:
- Watcher
public static interface Watcher.Builder extends SdkPojo, CopyableBuilder<Watcher.Builder,Watcher>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Watcher.Builderemail(String email)Watcher.BuilderjobTitle(String jobTitle)Watcher.Buildername(String name)-
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
-
email
Watcher.Builder email(String email)
- Parameters:
email-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Watcher.Builder name(String name)
- Parameters:
name-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobTitle
Watcher.Builder jobTitle(String jobTitle)
- Parameters:
jobTitle-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-