Interface ContactHandling.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactHandling.Builder,
,ContactHandling> SdkBuilder<ContactHandling.Builder,
,ContactHandling> SdkPojo
- Enclosing class:
ContactHandling
@Mutable
@NotThreadSafe
public static interface ContactHandling.Builder
extends SdkPojo, CopyableBuilder<ContactHandling.Builder,ContactHandling>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the application refreshes for each contact or refreshes only with each new browser session.scope
(ContactHandlingScope scope) Indicates whether the application refreshes for each contact or refreshes only with each new browser session.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
-
scope
Indicates whether the application refreshes for each contact or refreshes only with each new browser session.
- Parameters:
scope
- Indicates whether the application refreshes for each contact or refreshes only with each new browser session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scope
Indicates whether the application refreshes for each contact or refreshes only with each new browser session.
- Parameters:
scope
- Indicates whether the application refreshes for each contact or refreshes only with each new browser session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-