Interface DisplayOrder.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DisplayOrder.Builder,,DisplayOrder> SdkBuilder<DisplayOrder.Builder,,DisplayOrder> SdkPojo
- Enclosing class:
DisplayOrder
@Mutable
@NotThreadSafe
public static interface DisplayOrder.Builder
extends SdkPojo, CopyableBuilder<DisplayOrder.Builder,DisplayOrder>
-
Method Summary
Modifier and TypeMethodDescriptioncontents(Collection<Section> contents) Represents a list of sections which include section name and list of product REST endpoints for a product.contents(Consumer<Section.Builder>... contents) Represents a list of sections which include section name and list of product REST endpoints for a product.Represents a list of sections which include section name and list of product REST endpoints for a product.overviewPageArn(String overviewPageArn) The ARN of the overview page.productPageArns(String... productPageArns) The product page ARNs.productPageArns(Collection<String> productPageArns) The product page ARNs.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, sdkFieldNameToField, sdkFields
-
Method Details
-
contents
Represents a list of sections which include section name and list of product REST endpoints for a product.
- Parameters:
contents- Represents a list of sections which include section name and list of product REST endpoints for a product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contents
Represents a list of sections which include section name and list of product REST endpoints for a product.
- Parameters:
contents- Represents a list of sections which include section name and list of product REST endpoints for a product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contents
Represents a list of sections which include section name and list of product REST endpoints for a product.
This is a convenience method that creates an instance of theSection.Builderavoiding the need to create one manually viaSection.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontents(List<Section>).- Parameters:
contents- a consumer that will call methods onSection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overviewPageArn
The ARN of the overview page.
- Parameters:
overviewPageArn- The ARN of the overview page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productPageArns
The product page ARNs.
- Parameters:
productPageArns- The product page ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productPageArns
The product page ARNs.
- Parameters:
productPageArns- The product page ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-