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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBlueprintsResponse.Builderblueprints(String... blueprints)List of names of blueprints in the account.ListBlueprintsResponse.Builderblueprints(Collection<String> blueprints)List of names of blueprints in the account.ListBlueprintsResponse.BuildernextToken(String nextToken)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
blueprints
ListBlueprintsResponse.Builder blueprints(Collection<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.
-
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.
-
-