public static interface GetBlueprintRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetBlueprintRunRequest.Builder,GetBlueprintRunRequest>
Modifier and Type | Method and Description |
---|---|
GetBlueprintRunRequest.Builder |
blueprintName(String blueprintName)
The name of the blueprint.
|
GetBlueprintRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBlueprintRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBlueprintRunRequest.Builder |
runId(String runId)
The run ID for the blueprint run you want to retrieve.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetBlueprintRunRequest.Builder blueprintName(String blueprintName)
The name of the blueprint.
blueprintName
- The name of the blueprint.GetBlueprintRunRequest.Builder runId(String runId)
The run ID for the blueprint run you want to retrieve.
runId
- The run ID for the blueprint run you want to retrieve.GetBlueprintRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetBlueprintRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.