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