Interface AnalysisDefaults.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisDefaults.Builder,AnalysisDefaults>,SdkBuilder<AnalysisDefaults.Builder,AnalysisDefaults>,SdkPojo
- Enclosing class:
- AnalysisDefaults
public static interface AnalysisDefaults.Builder extends SdkPojo, CopyableBuilder<AnalysisDefaults.Builder,AnalysisDefaults>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AnalysisDefaults.BuilderdefaultNewSheetConfiguration(Consumer<DefaultNewSheetConfiguration.Builder> defaultNewSheetConfiguration)The configuration for default new sheet settings.AnalysisDefaults.BuilderdefaultNewSheetConfiguration(DefaultNewSheetConfiguration defaultNewSheetConfiguration)The configuration for default new sheet settings.-
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, sdkFields
-
-
-
-
Method Detail
-
defaultNewSheetConfiguration
AnalysisDefaults.Builder defaultNewSheetConfiguration(DefaultNewSheetConfiguration defaultNewSheetConfiguration)
The configuration for default new sheet settings.
- Parameters:
defaultNewSheetConfiguration- The configuration for default new sheet settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultNewSheetConfiguration
default AnalysisDefaults.Builder defaultNewSheetConfiguration(Consumer<DefaultNewSheetConfiguration.Builder> defaultNewSheetConfiguration)
The configuration for default new sheet settings.
This is a convenience method that creates an instance of theDefaultNewSheetConfiguration.Builderavoiding the need to create one manually viaDefaultNewSheetConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultNewSheetConfiguration(DefaultNewSheetConfiguration).- Parameters:
defaultNewSheetConfiguration- a consumer that will call methods onDefaultNewSheetConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
defaultNewSheetConfiguration(DefaultNewSheetConfiguration)
-
-