Interface ListSchemaExtensionsResponse.Builder

    • Method Detail

      • schemaExtensionsInfo

        ListSchemaExtensionsResponse.Builder schemaExtensionsInfo​(Collection<SchemaExtensionInfo> schemaExtensionsInfo)

        Information about the schema extensions applied to the directory.

        Parameters:
        schemaExtensionsInfo - Information about the schema extensions applied to the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaExtensionsInfo

        ListSchemaExtensionsResponse.Builder schemaExtensionsInfo​(SchemaExtensionInfo... schemaExtensionsInfo)

        Information about the schema extensions applied to the directory.

        Parameters:
        schemaExtensionsInfo - Information about the schema extensions applied to the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSchemaExtensionsResponse.Builder nextToken​(String nextToken)

        If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListSchemaExtensions to retrieve the next set of items.

        Parameters:
        nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListSchemaExtensions to retrieve the next set of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.