Interface CustomReflectionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomReflectionConfiguration.Builder,,CustomReflectionConfiguration> SdkBuilder<CustomReflectionConfiguration.Builder,,CustomReflectionConfiguration> SdkPojo
- Enclosing class:
CustomReflectionConfiguration
@Mutable
@NotThreadSafe
public static interface CustomReflectionConfiguration.Builder
extends SdkPojo, CopyableBuilder<CustomReflectionConfiguration.Builder,CustomReflectionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionepisodicReflectionOverride(Consumer<EpisodicReflectionOverride.Builder> episodicReflectionOverride) The configuration for a reflection strategy to override the default one.episodicReflectionOverride(EpisodicReflectionOverride episodicReflectionOverride) The configuration for a reflection strategy to override the default one.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
-
episodicReflectionOverride
CustomReflectionConfiguration.Builder episodicReflectionOverride(EpisodicReflectionOverride episodicReflectionOverride) The configuration for a reflection strategy to override the default one.
- Parameters:
episodicReflectionOverride- The configuration for a reflection strategy to override the default one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
episodicReflectionOverride
default CustomReflectionConfiguration.Builder episodicReflectionOverride(Consumer<EpisodicReflectionOverride.Builder> episodicReflectionOverride) The configuration for a reflection strategy to override the default one.
This is a convenience method that creates an instance of theEpisodicReflectionOverride.Builderavoiding the need to create one manually viaEpisodicReflectionOverride.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toepisodicReflectionOverride(EpisodicReflectionOverride).- Parameters:
episodicReflectionOverride- a consumer that will call methods onEpisodicReflectionOverride.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-