Interface Section.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Section.Builder,,Section> SdkBuilder<Section.Builder,,Section> SdkPojo
- Enclosing class:
Section
@Mutable
@NotThreadSafe
public static interface Section.Builder
extends SdkPojo, CopyableBuilder<Section.Builder,Section>
-
Method Summary
Modifier and TypeMethodDescriptionproductRestEndpointPageArns(String... productRestEndpointPageArns) The ARNs of the product REST endpoint pages in a portal product.productRestEndpointPageArns(Collection<String> productRestEndpointPageArns) The ARNs of the product REST endpoint pages in a portal product.sectionName(String sectionName) The section name.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
-
productRestEndpointPageArns
The ARNs of the product REST endpoint pages in a portal product.
- Parameters:
productRestEndpointPageArns- The ARNs of the product REST endpoint pages in a portal product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productRestEndpointPageArns
The ARNs of the product REST endpoint pages in a portal product.
- Parameters:
productRestEndpointPageArns- The ARNs of the product REST endpoint pages in a portal product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sectionName
The section name.
- Parameters:
sectionName- The section name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-