Interface CascadingControlSource.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CascadingControlSource.Builder,,- CascadingControlSource> - SdkBuilder<CascadingControlSource.Builder,,- CascadingControlSource> - SdkPojo
- Enclosing class:
- CascadingControlSource
@Mutable
@NotThreadSafe
public static interface CascadingControlSource.Builder
extends SdkPojo, CopyableBuilder<CascadingControlSource.Builder,CascadingControlSource> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CascadingControlSource.BuildercolumnToMatch(Consumer<ColumnIdentifier.Builder> columnToMatch) The column identifier that determines which column to look up for the source sheet control.columnToMatch(ColumnIdentifier columnToMatch) The column identifier that determines which column to look up for the source sheet control.sourceSheetControlId(String sourceSheetControlId) The source sheet control ID of aCascadingControlSource.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- 
sourceSheetControlIdThe source sheet control ID of a CascadingControlSource.- Parameters:
- sourceSheetControlId- The source sheet control ID of a- CascadingControlSource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
columnToMatchThe column identifier that determines which column to look up for the source sheet control. - Parameters:
- columnToMatch- The column identifier that determines which column to look up for the source sheet control.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
columnToMatchdefault CascadingControlSource.Builder columnToMatch(Consumer<ColumnIdentifier.Builder> columnToMatch) The column identifier that determines which column to look up for the source sheet control. This is a convenience method that creates an instance of theColumnIdentifier.Builderavoiding the need to create one manually viaColumnIdentifier.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumnToMatch(ColumnIdentifier).- Parameters:
- columnToMatch- a consumer that will call methods on- ColumnIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-