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 Summary
Modifier and TypeMethodDescriptionblueprints
(String... blueprints) List of names of blueprints in the account.blueprints
(Collection<String> blueprints) List of names of blueprints in the account.A continuation token, if not all blueprint names have been returned.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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.
-