Interface ListBlueprintsResponse.Builder

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

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

    • blueprints

      List of names of blueprints in the account.

      Parameters:
      blueprints - List of names of blueprints in the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blueprints

      ListBlueprintsResponse.Builder blueprints(String... blueprints)

      List of names of blueprints in the account.

      Parameters:
      blueprints - List of names of blueprints in the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListBlueprintsResponse.Builder nextToken(String nextToken)

      A continuation token, if not all blueprint names have been returned.

      Parameters:
      nextToken - A continuation token, if not all blueprint names have been returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.