Interface CascadingControlConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CascadingControlConfiguration.Builder,,- CascadingControlConfiguration> - SdkBuilder<CascadingControlConfiguration.Builder,,- CascadingControlConfiguration> - SdkPojo
- Enclosing class:
- CascadingControlConfiguration
@Mutable
@NotThreadSafe
public static interface CascadingControlConfiguration.Builder
extends SdkPojo, CopyableBuilder<CascadingControlConfiguration.Builder,CascadingControlConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionsourceControls(Collection<CascadingControlSource> sourceControls) A list of source controls that determine the values that are used in the current control.sourceControls(Consumer<CascadingControlSource.Builder>... sourceControls) A list of source controls that determine the values that are used in the current control.sourceControls(CascadingControlSource... sourceControls) A list of source controls that determine the values that are used in the current control.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceControlsCascadingControlConfiguration.Builder sourceControls(Collection<CascadingControlSource> sourceControls) A list of source controls that determine the values that are used in the current control. - Parameters:
- sourceControls- A list of source controls that determine the values that are used in the current control.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceControlsA list of source controls that determine the values that are used in the current control. - Parameters:
- sourceControls- A list of source controls that determine the values that are used in the current control.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceControlsCascadingControlConfiguration.Builder sourceControls(Consumer<CascadingControlSource.Builder>... sourceControls) A list of source controls that determine the values that are used in the current control. This is a convenience method that creates an instance of theCascadingControlSource.Builderavoiding the need to create one manually viaCascadingControlSource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceControls(List<CascadingControlSource>).- Parameters:
- sourceControls- a consumer that will call methods on- CascadingControlSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-