public static interface CreateBlueprintRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateBlueprintRequest.Builder,CreateBlueprintRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateBlueprintRequest.Builder |
blueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
|
CreateBlueprintRequest.Builder |
description(String description)
A description of the blueprint.
|
CreateBlueprintRequest.Builder |
name(String name)
The name of the blueprint.
|
CreateBlueprintRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBlueprintRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBlueprintRequest.Builder |
tags(Map<String,String> tags)
The tags to be applied to this blueprint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBlueprintRequest.Builder name(String name)
The name of the blueprint.
name - The name of the blueprint.CreateBlueprintRequest.Builder description(String description)
A description of the blueprint.
description - A description of the blueprint.CreateBlueprintRequest.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.CreateBlueprintRequest.Builder tags(Map<String,String> tags)
The tags to be applied to this blueprint.
tags - The tags to be applied to this blueprint.CreateBlueprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBlueprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.