Interface UpdateBlueprintRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBlueprintRequest.Builder,UpdateBlueprintRequest>,GlueRequest.Builder,SdkBuilder<UpdateBlueprintRequest.Builder,UpdateBlueprintRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBlueprintRequest
public static interface UpdateBlueprintRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateBlueprintRequest.Builder,UpdateBlueprintRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBlueprintRequest.BuilderblueprintLocation(String blueprintLocation)Specifies a path in Amazon S3 where the blueprint is published.UpdateBlueprintRequest.Builderdescription(String description)A description of the blueprint.UpdateBlueprintRequest.Buildername(String name)The name of the blueprint.UpdateBlueprintRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBlueprintRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
UpdateBlueprintRequest.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
UpdateBlueprintRequest.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
UpdateBlueprintRequest.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.
-
overrideConfiguration
UpdateBlueprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBlueprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-