Uses of Interface
software.amazon.awssdk.services.glue.model.GetBlueprintRunsResponse.Builder
-
Packages that use GetBlueprintRunsResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GetBlueprintRunsResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetBlueprintRunsResponse.Builder Modifier and Type Method Description GetBlueprintRunsResponse.BuilderGetBlueprintRunsResponse.Builder. blueprintRuns(Collection<BlueprintRun> blueprintRuns)Returns a list ofBlueprintRunobjects.GetBlueprintRunsResponse.BuilderGetBlueprintRunsResponse.Builder. blueprintRuns(Consumer<BlueprintRun.Builder>... blueprintRuns)Returns a list ofBlueprintRunobjects.GetBlueprintRunsResponse.BuilderGetBlueprintRunsResponse.Builder. blueprintRuns(BlueprintRun... blueprintRuns)Returns a list ofBlueprintRunobjects.static GetBlueprintRunsResponse.BuilderGetBlueprintRunsResponse. builder()GetBlueprintRunsResponse.BuilderGetBlueprintRunsResponse.Builder. nextToken(String nextToken)A continuation token, if not all blueprint runs have been returned.GetBlueprintRunsResponse.BuilderGetBlueprintRunsResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetBlueprintRunsResponse.Builder Modifier and Type Method Description static Class<? extends GetBlueprintRunsResponse.Builder>GetBlueprintRunsResponse. serializableBuilderClass()
-