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.
BlueprintRun.Builder avoiding the need to create one
manually via BlueprintRun.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #blueprintRuns(List.
blueprintRuns - a consumer that will call methods on
BlueprintRun.Builder#blueprintRuns(java.util.Collection) 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 © 2023. All rights reserved.