Uses of Interface
software.amazon.awssdk.services.glue.model.GetBlueprintRunsRequest.Builder
-
Packages that use GetBlueprintRunsRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetBlueprintRunsRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetBlueprintRunsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBlueprintRunsResponse>GlueAsyncClient. getBlueprintRuns(Consumer<GetBlueprintRunsRequest.Builder> getBlueprintRunsRequest)Retrieves the details of blueprint runs for a specified blueprint.default GetBlueprintRunsResponseGlueClient. getBlueprintRuns(Consumer<GetBlueprintRunsRequest.Builder> getBlueprintRunsRequest)Retrieves the details of blueprint runs for a specified blueprint.default GetBlueprintRunsPublisherGlueAsyncClient. getBlueprintRunsPaginator(Consumer<GetBlueprintRunsRequest.Builder> getBlueprintRunsRequest)Retrieves the details of blueprint runs for a specified blueprint.default GetBlueprintRunsIterableGlueClient. getBlueprintRunsPaginator(Consumer<GetBlueprintRunsRequest.Builder> getBlueprintRunsRequest)Retrieves the details of blueprint runs for a specified blueprint. -
Uses of GetBlueprintRunsRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetBlueprintRunsRequest.Builder Modifier and Type Method Description GetBlueprintRunsRequest.BuilderGetBlueprintRunsRequest.Builder. blueprintName(String blueprintName)The name of the blueprint.static GetBlueprintRunsRequest.BuilderGetBlueprintRunsRequest. builder()GetBlueprintRunsRequest.BuilderGetBlueprintRunsRequest.Builder. maxResults(Integer maxResults)The maximum size of a list to return.GetBlueprintRunsRequest.BuilderGetBlueprintRunsRequest.Builder. nextToken(String nextToken)A continuation token, if this is a continuation request.GetBlueprintRunsRequest.BuilderGetBlueprintRunsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBlueprintRunsRequest.BuilderGetBlueprintRunsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBlueprintRunsRequest.BuilderGetBlueprintRunsRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetBlueprintRunsRequest.Builder Modifier and Type Method Description static Class<? extends GetBlueprintRunsRequest.Builder>GetBlueprintRunsRequest. serializableBuilderClass()
-