Interface DefaultNewSheetConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>,SdkBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>,SdkPojo
- Enclosing class:
- DefaultNewSheetConfiguration
@Mutable @NotThreadSafe public static interface DefaultNewSheetConfiguration.Builder extends SdkPojo, CopyableBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DefaultNewSheetConfiguration.BuilderinteractiveLayoutConfiguration(Consumer<DefaultInteractiveLayoutConfiguration.Builder> interactiveLayoutConfiguration)The options that determine the default settings for interactive layout configuration.DefaultNewSheetConfiguration.BuilderinteractiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration interactiveLayoutConfiguration)The options that determine the default settings for interactive layout configuration.default DefaultNewSheetConfiguration.BuilderpaginatedLayoutConfiguration(Consumer<DefaultPaginatedLayoutConfiguration.Builder> paginatedLayoutConfiguration)The options that determine the default settings for a paginated layout configuration.DefaultNewSheetConfiguration.BuilderpaginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration paginatedLayoutConfiguration)The options that determine the default settings for a paginated layout configuration.DefaultNewSheetConfiguration.BuildersheetContentType(String sheetContentType)The option that determines the sheet content type.DefaultNewSheetConfiguration.BuildersheetContentType(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 Detail
-
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.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 onDefaultInteractiveLayoutConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
interactiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration)
-
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.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 onDefaultPaginatedLayoutConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
paginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration)
-
sheetContentType
DefaultNewSheetConfiguration.Builder sheetContentType(String 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,SheetContentType
-
sheetContentType
DefaultNewSheetConfiguration.Builder sheetContentType(SheetContentType 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,SheetContentType
-
-