public static interface GetBlueprintRunsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetBlueprintRunsResponse.Builder,GetBlueprintRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintRunsResponse.Builder |
blueprintRuns(BlueprintRun... blueprintRuns)
Returns a list of
BlueprintRun objects. |
GetBlueprintRunsResponse.Builder |
blueprintRuns(Collection<BlueprintRun> blueprintRuns)
Returns a list of
BlueprintRun objects. |
GetBlueprintRunsResponse.Builder |
blueprintRuns(Consumer<BlueprintRun.Builder>... blueprintRuns)
Returns a list of
BlueprintRun objects. |
GetBlueprintRunsResponse.Builder |
nextToken(String nextToken)
A continuation token, if not all blueprint runs have been returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBlueprintRunsResponse.Builder blueprintRuns(Collection<BlueprintRun> blueprintRuns)
Returns a list of BlueprintRun objects.
blueprintRuns - Returns a list of BlueprintRun objects.GetBlueprintRunsResponse.Builder blueprintRuns(BlueprintRun... blueprintRuns)
Returns a list of BlueprintRun objects.
blueprintRuns - Returns a list of BlueprintRun objects.GetBlueprintRunsResponse.Builder blueprintRuns(Consumer<BlueprintRun.Builder>... blueprintRuns)
Returns a list of BlueprintRun objects.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #blueprintRuns(List) .blueprintRuns - a consumer that will call methods on List.Builder #blueprintRuns(List) GetBlueprintRunsResponse.Builder nextToken(String nextToken)
A continuation token, if not all blueprint runs have been returned.
nextToken - A continuation token, if not all blueprint runs have been returned.Copyright © 2021. All rights reserved.