Interface CreateBlueprintRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateBlueprintRequest.Builder,CreateBlueprintRequest>,GlueRequest.Builder,SdkBuilder<CreateBlueprintRequest.Builder,CreateBlueprintRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateBlueprintRequest
public static interface CreateBlueprintRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateBlueprintRequest.Builder,CreateBlueprintRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBlueprintRequest.BuilderblueprintLocation(String blueprintLocation)Specifies a path in Amazon S3 where the blueprint is published.CreateBlueprintRequest.Builderdescription(String description)A description of the blueprint.CreateBlueprintRequest.Buildername(String name)The name of the blueprint.CreateBlueprintRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBlueprintRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBlueprintRequest.Buildertags(Map<String,String> tags)The tags to be applied to this blueprint.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateBlueprintRequest.Builder name(String name)
The name of the blueprint.
- Parameters:
name- The name of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateBlueprintRequest.Builder description(String description)
A description of the blueprint.
- Parameters:
description- A description of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintLocation
CreateBlueprintRequest.Builder blueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
- Parameters:
blueprintLocation- Specifies a path in Amazon S3 where the blueprint is published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateBlueprintRequest.Builder tags(Map<String,String> tags)
The tags to be applied to this blueprint.
- Parameters:
tags- The tags to be applied to this blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateBlueprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateBlueprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-