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 Details

    • productRestEndpointPageArns

      Section.Builder productRestEndpointPageArns(Collection<String> 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

      Section.Builder productRestEndpointPageArns(String... 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

      Section.Builder sectionName(String sectionName)

      The section name.

      Parameters:
      sectionName - The section name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.