Interface EpisodicReflectionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EpisodicReflectionConfiguration.Builder,,EpisodicReflectionConfiguration> SdkBuilder<EpisodicReflectionConfiguration.Builder,,EpisodicReflectionConfiguration> SdkPojo
- Enclosing class:
EpisodicReflectionConfiguration
@Mutable
@NotThreadSafe
public static interface EpisodicReflectionConfiguration.Builder
extends SdkPojo, CopyableBuilder<EpisodicReflectionConfiguration.Builder,EpisodicReflectionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionnamespaces(String... namespaces) Deprecated.Use namespaceTemplates insteadnamespaces(Collection<String> namespaces) Deprecated.Use namespaceTemplates insteadnamespaceTemplates(String... namespaceTemplates) The namespaceTemplates for which to create reflections.namespaceTemplates(Collection<String> namespaceTemplates) The namespaceTemplates for which to create reflections.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
-
namespaces
Deprecated.Use namespaceTemplates insteadThe namespaces for which to create reflections. Can be less nested than the episodic namespaces.
- Parameters:
namespaces- The namespaces for which to create reflections. Can be less nested than the episodic namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
Deprecated.Use namespaceTemplates insteadThe namespaces for which to create reflections. Can be less nested than the episodic namespaces.
- Parameters:
namespaces- The namespaces for which to create reflections. Can be less nested than the episodic namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceTemplates
The namespaceTemplates for which to create reflections. Can be less nested than the episodic namespaces.
- Parameters:
namespaceTemplates- The namespaceTemplates for which to create reflections. Can be less nested than the episodic namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceTemplates
The namespaceTemplates for which to create reflections. Can be less nested than the episodic namespaces.
- Parameters:
namespaceTemplates- The namespaceTemplates for which to create reflections. Can be less nested than the episodic namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-