Interface ListRegistriesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListRegistriesResponse.Builder,ListRegistriesResponse>, GlueResponse.Builder, SdkBuilder<ListRegistriesResponse.Builder,ListRegistriesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListRegistriesResponse

public static interface ListRegistriesResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListRegistriesResponse.Builder,ListRegistriesResponse>
  • Method Details

    • registries

      An array of RegistryDetailedListItem objects containing minimal details of each registry.

      Parameters:
      registries - An array of RegistryDetailedListItem objects containing minimal details of each registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registries

      An array of RegistryDetailedListItem objects containing minimal details of each registry.

      Parameters:
      registries - An array of RegistryDetailedListItem objects containing minimal details of each registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registries

      An array of RegistryDetailedListItem objects containing minimal details of each registry.

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

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

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

      ListRegistriesResponse.Builder nextToken(String nextToken)

      A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

      Parameters:
      nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
      Returns:
      Returns a reference to this object so that method calls can be chained together.