public static interface UpdateBlueprintRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateBlueprintRequest.Builder,UpdateBlueprintRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBlueprintRequest.Builder |
blueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
|
UpdateBlueprintRequest.Builder |
description(String description)
A description of the blueprint.
|
UpdateBlueprintRequest.Builder |
name(String name)
The name of the blueprint.
|
UpdateBlueprintRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBlueprintRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBlueprintRequest.Builder name(String name)
The name of the blueprint.
name - The name of the blueprint.UpdateBlueprintRequest.Builder description(String description)
A description of the blueprint.
description - A description of the blueprint.UpdateBlueprintRequest.Builder blueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
blueprintLocation - Specifies a path in Amazon S3 where the blueprint is published.UpdateBlueprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBlueprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.