Interface ViewFrame.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ViewFrame.Builder,,- ViewFrame> - SdkBuilder<ViewFrame.Builder,,- ViewFrame> - SdkPojo
- Enclosing class:
- ViewFrame
@Mutable
@NotThreadSafe
public static interface ViewFrame.Builder
extends SdkPojo, CopyableBuilder<ViewFrame.Builder,ViewFrame> 
- 
Method SummaryModifier and TypeMethodDescriptionControls if analytics computation is enabled or disabled.analytics(AnalyticsMode analytics) Controls if analytics computation is enabled or disabled.columnRange(Integer columnRange) The number of columns to include in the view frame, beginning with theStartColumnIndexvalue and ignoring any columns in theHiddenColumnslist.hiddenColumns(String... hiddenColumns) A list of columns to hide in the view frame.hiddenColumns(Collection<String> hiddenColumns) A list of columns to hide in the view frame.The number of rows to include in the view frame, beginning with theStartRowIndexvalue.startColumnIndex(Integer startColumnIndex) The starting index for the range of columns to return in the view frame.startRowIndex(Integer startRowIndex) The starting index for the range of rows to return in the view frame.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- 
startColumnIndexThe starting index for the range of columns to return in the view frame. - Parameters:
- startColumnIndex- The starting index for the range of columns to return in the view frame.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
columnRangeThe number of columns to include in the view frame, beginning with the StartColumnIndexvalue and ignoring any columns in theHiddenColumnslist.- Parameters:
- columnRange- The number of columns to include in the view frame, beginning with the- StartColumnIndexvalue and ignoring any columns in the- HiddenColumnslist.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
startRowIndexThe starting index for the range of rows to return in the view frame. - Parameters:
- startRowIndex- The starting index for the range of rows to return in the view frame.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rowRangeThe number of rows to include in the view frame, beginning with the StartRowIndexvalue.- Parameters:
- rowRange- The number of rows to include in the view frame, beginning with the- StartRowIndexvalue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
analyticsControls if analytics computation is enabled or disabled. Enabled by default. - Parameters:
- analytics- Controls if analytics computation is enabled or disabled. Enabled by default.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
analyticsControls if analytics computation is enabled or disabled. Enabled by default. - Parameters:
- analytics- Controls if analytics computation is enabled or disabled. Enabled by default.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-