Interface UserPreferenceMemoryStrategyInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserPreferenceMemoryStrategyInput.Builder,,UserPreferenceMemoryStrategyInput> SdkBuilder<UserPreferenceMemoryStrategyInput.Builder,,UserPreferenceMemoryStrategyInput> SdkPojo
- Enclosing class:
UserPreferenceMemoryStrategyInput
@Mutable
@NotThreadSafe
public static interface UserPreferenceMemoryStrategyInput.Builder
extends SdkPojo, CopyableBuilder<UserPreferenceMemoryStrategyInput.Builder,UserPreferenceMemoryStrategyInput>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the user preference memory strategy.The name of the user preference memory strategy.namespaces(String... namespaces) Deprecated.Use namespaceTemplates insteadnamespaces(Collection<String> namespaces) Deprecated.Use namespaceTemplates insteadnamespaceTemplates(String... namespaceTemplates) The namespaceTemplates associated with the user preference memory strategy.namespaceTemplates(Collection<String> namespaceTemplates) The namespaceTemplates associated with the user preference memory strategy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the user preference memory strategy.
- Parameters:
name- The name of the user preference memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the user preference memory strategy.
- Parameters:
description- The description of the user preference memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
Deprecated.Use namespaceTemplates insteadThe namespaces associated with the user preference memory strategy.
- Parameters:
namespaces- The namespaces associated with the user preference memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
Deprecated.Use namespaceTemplates insteadThe namespaces associated with the user preference memory strategy.
- Parameters:
namespaces- The namespaces associated with the user preference memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceTemplates
The namespaceTemplates associated with the user preference memory strategy.
- Parameters:
namespaceTemplates- The namespaceTemplates associated with the user preference memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceTemplates
The namespaceTemplates associated with the user preference memory strategy.
- Parameters:
namespaceTemplates- The namespaceTemplates associated with the user preference memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-