Interface ExportThemesResponse.Builder

  • Method Details

    • entities

      Represents the configuration of the exported themes.

      Parameters:
      entities - Represents the configuration of the exported themes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entities

      ExportThemesResponse.Builder entities(Theme... entities)

      Represents the configuration of the exported themes.

      Parameters:
      entities - Represents the configuration of the exported themes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entities

      Represents the configuration of the exported themes.

      This is a convenience method that creates an instance of the Theme.Builder avoiding the need to create one manually via Theme.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to entities(List<Theme>).

      Parameters:
      entities - a consumer that will call methods on Theme.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ExportThemesResponse.Builder nextToken(String nextToken)

      The pagination token that's included if more results are available.

      Parameters:
      nextToken - The pagination token that's included if more results are available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.