Interface DefaultNewSheetConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DefaultNewSheetConfiguration.Builder,,- DefaultNewSheetConfiguration> - SdkBuilder<DefaultNewSheetConfiguration.Builder,,- DefaultNewSheetConfiguration> - SdkPojo
- Enclosing class:
- DefaultNewSheetConfiguration
- 
Method SummaryModifier and TypeMethodDescriptioninteractiveLayoutConfiguration(Consumer<DefaultInteractiveLayoutConfiguration.Builder> interactiveLayoutConfiguration) The options that determine the default settings for interactive layout configuration.interactiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration interactiveLayoutConfiguration) The options that determine the default settings for interactive layout configuration.paginatedLayoutConfiguration(Consumer<DefaultPaginatedLayoutConfiguration.Builder> paginatedLayoutConfiguration) The options that determine the default settings for a paginated layout configuration.paginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration paginatedLayoutConfiguration) The options that determine the default settings for a paginated layout configuration.sheetContentType(String sheetContentType) The option that determines the sheet content type.sheetContentType(SheetContentType sheetContentType) The option that determines the sheet content type.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- 
interactiveLayoutConfigurationDefaultNewSheetConfiguration.Builder interactiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration interactiveLayoutConfiguration) The options that determine the default settings for interactive layout configuration. - Parameters:
- interactiveLayoutConfiguration- The options that determine the default settings for interactive layout configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
interactiveLayoutConfigurationdefault DefaultNewSheetConfiguration.Builder interactiveLayoutConfiguration(Consumer<DefaultInteractiveLayoutConfiguration.Builder> interactiveLayoutConfiguration) The options that determine the default settings for interactive layout configuration. This is a convenience method that creates an instance of theDefaultInteractiveLayoutConfiguration.Builderavoiding the need to create one manually viaDefaultInteractiveLayoutConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointeractiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration).- Parameters:
- interactiveLayoutConfiguration- a consumer that will call methods on- DefaultInteractiveLayoutConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
paginatedLayoutConfigurationDefaultNewSheetConfiguration.Builder paginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration paginatedLayoutConfiguration) The options that determine the default settings for a paginated layout configuration. - Parameters:
- paginatedLayoutConfiguration- The options that determine the default settings for a paginated layout configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
paginatedLayoutConfigurationdefault DefaultNewSheetConfiguration.Builder paginatedLayoutConfiguration(Consumer<DefaultPaginatedLayoutConfiguration.Builder> paginatedLayoutConfiguration) The options that determine the default settings for a paginated layout configuration. This is a convenience method that creates an instance of theDefaultPaginatedLayoutConfiguration.Builderavoiding the need to create one manually viaDefaultPaginatedLayoutConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topaginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration).- Parameters:
- paginatedLayoutConfiguration- a consumer that will call methods on- DefaultPaginatedLayoutConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sheetContentTypeThe option that determines the sheet content type. - Parameters:
- sheetContentType- The option that determines the sheet content type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sheetContentTypeThe option that determines the sheet content type. - Parameters:
- sheetContentType- The option that determines the sheet content type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-