Uses of Interface
software.amazon.awssdk.services.glue.model.GetBlueprintRunRequest.Builder
-
Packages that use GetBlueprintRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetBlueprintRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetBlueprintRunRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBlueprintRunResponse>GlueAsyncClient. getBlueprintRun(Consumer<GetBlueprintRunRequest.Builder> getBlueprintRunRequest)Retrieves the details of a blueprint run.default GetBlueprintRunResponseGlueClient. getBlueprintRun(Consumer<GetBlueprintRunRequest.Builder> getBlueprintRunRequest)Retrieves the details of a blueprint run. -
Uses of GetBlueprintRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetBlueprintRunRequest.Builder Modifier and Type Method Description GetBlueprintRunRequest.BuilderGetBlueprintRunRequest.Builder. blueprintName(String blueprintName)The name of the blueprint.static GetBlueprintRunRequest.BuilderGetBlueprintRunRequest. builder()GetBlueprintRunRequest.BuilderGetBlueprintRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBlueprintRunRequest.BuilderGetBlueprintRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBlueprintRunRequest.BuilderGetBlueprintRunRequest.Builder. runId(String runId)The run ID for the blueprint run you want to retrieve.GetBlueprintRunRequest.BuilderGetBlueprintRunRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetBlueprintRunRequest.Builder Modifier and Type Method Description static Class<? extends GetBlueprintRunRequest.Builder>GetBlueprintRunRequest. serializableBuilderClass()
-