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