public static interface ListBlueprintsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListBlueprintsResponse.Builder,ListBlueprintsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBlueprintsResponse.Builder |
blueprints(Collection<String> blueprints)
List of names of blueprints in the account.
|
ListBlueprintsResponse.Builder |
blueprints(String... blueprints)
List of names of blueprints in the account.
|
ListBlueprintsResponse.Builder |
nextToken(String nextToken)
A continuation token, if not all blueprint names have been returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBlueprintsResponse.Builder blueprints(Collection<String> blueprints)
List of names of blueprints in the account.
blueprints - List of names of blueprints in the account.ListBlueprintsResponse.Builder blueprints(String... blueprints)
List of names of blueprints in the account.
blueprints - List of names of blueprints in the account.ListBlueprintsResponse.Builder nextToken(String nextToken)
A continuation token, if not all blueprint names have been returned.
nextToken - A continuation token, if not all blueprint names have been returned.Copyright © 2023. All rights reserved.