Interface DefaultNewSheetConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DefaultNewSheetConfiguration.Builder,
,DefaultNewSheetConfiguration> SdkBuilder<DefaultNewSheetConfiguration.Builder,
,DefaultNewSheetConfiguration> SdkPojo
- Enclosing class:
DefaultNewSheetConfiguration
-
Method Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
interactiveLayoutConfiguration
DefaultNewSheetConfiguration.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.
-
interactiveLayoutConfiguration
default 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.Builder
avoiding the need to create one manually viaDefaultInteractiveLayoutConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointeractiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration)
.- Parameters:
interactiveLayoutConfiguration
- a consumer that will call methods onDefaultInteractiveLayoutConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
paginatedLayoutConfiguration
DefaultNewSheetConfiguration.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.
-
paginatedLayoutConfiguration
default 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.Builder
avoiding the need to create one manually viaDefaultPaginatedLayoutConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topaginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration)
.- Parameters:
paginatedLayoutConfiguration
- a consumer that will call methods onDefaultPaginatedLayoutConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sheetContentType
The 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:
-
sheetContentType
The 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:
-