Uses of Interface
software.amazon.awssdk.services.glue.model.StartBlueprintRunRequest.Builder
-
Packages that use StartBlueprintRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of StartBlueprintRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type StartBlueprintRunRequest.Builder Modifier and Type Method Description default CompletableFuture<StartBlueprintRunResponse>GlueAsyncClient. startBlueprintRun(Consumer<StartBlueprintRunRequest.Builder> startBlueprintRunRequest)Starts a new run of the specified blueprint.default StartBlueprintRunResponseGlueClient. startBlueprintRun(Consumer<StartBlueprintRunRequest.Builder> startBlueprintRunRequest)Starts a new run of the specified blueprint. -
Uses of StartBlueprintRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StartBlueprintRunRequest.Builder Modifier and Type Method Description StartBlueprintRunRequest.BuilderStartBlueprintRunRequest.Builder. blueprintName(String blueprintName)The name of the blueprint.static StartBlueprintRunRequest.BuilderStartBlueprintRunRequest. builder()StartBlueprintRunRequest.BuilderStartBlueprintRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBlueprintRunRequest.BuilderStartBlueprintRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartBlueprintRunRequest.BuilderStartBlueprintRunRequest.Builder. parameters(String parameters)Specifies the parameters as aBlueprintParametersobject.StartBlueprintRunRequest.BuilderStartBlueprintRunRequest.Builder. roleArn(String roleArn)Specifies the IAM role used to create the workflow.StartBlueprintRunRequest.BuilderStartBlueprintRunRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StartBlueprintRunRequest.Builder Modifier and Type Method Description static Class<? extends StartBlueprintRunRequest.Builder>StartBlueprintRunRequest. serializableBuilderClass()
-