Interface LayoutContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LayoutContent.Builder,,LayoutContent> SdkBuilder<LayoutContent.Builder,,LayoutContent> SdkPojo
- Enclosing class:
LayoutContent
public static interface LayoutContent.Builder
extends SdkPojo, CopyableBuilder<LayoutContent.Builder,LayoutContent>
-
Method Summary
Modifier and TypeMethodDescriptiondefault LayoutContent.Builderbasic(Consumer<BasicLayout.Builder> basic) Content specific toBasicLayouttype.basic(BasicLayout basic) Content specific toBasicLayouttype.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
basic
Content specific to
BasicLayouttype. It configures fields in the top panel and More Info tab of Cases user interface.- Parameters:
basic- Content specific toBasicLayouttype. It configures fields in the top panel and More Info tab of Cases user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
basic
Content specific to
This is a convenience method that creates an instance of theBasicLayouttype. It configures fields in the top panel and More Info tab of Cases user interface.BasicLayout.Builderavoiding the need to create one manually viaBasicLayout.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobasic(BasicLayout).- Parameters:
basic- a consumer that will call methods onBasicLayout.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-