Interface GetBlueprintRunsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetBlueprintRunsResponse.Builder,
,GetBlueprintRunsResponse> GlueResponse.Builder
,SdkBuilder<GetBlueprintRunsResponse.Builder,
,GetBlueprintRunsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetBlueprintRunsResponse
public static interface GetBlueprintRunsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetBlueprintRunsResponse.Builder,GetBlueprintRunsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionblueprintRuns
(Collection<BlueprintRun> blueprintRuns) Returns a list ofBlueprintRun
objects.blueprintRuns
(Consumer<BlueprintRun.Builder>... blueprintRuns) Returns a list ofBlueprintRun
objects.blueprintRuns
(BlueprintRun... blueprintRuns) Returns a list ofBlueprintRun
objects.A continuation token, if not all blueprint runs 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
-
blueprintRuns
Returns a list of
BlueprintRun
objects.- Parameters:
blueprintRuns
- Returns a list ofBlueprintRun
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintRuns
Returns a list of
BlueprintRun
objects.- Parameters:
blueprintRuns
- Returns a list ofBlueprintRun
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintRuns
Returns a list of
This is a convenience method that creates an instance of theBlueprintRun
objects.BlueprintRun.Builder
avoiding the need to create one manually viaBlueprintRun.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toblueprintRuns(List<BlueprintRun>)
.- Parameters:
blueprintRuns
- a consumer that will call methods onBlueprintRun.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token, if not all blueprint runs have been returned.
- Parameters:
nextToken
- A continuation token, if not all blueprint runs have been returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-