Interface GetBlueprintRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetBlueprintRequest.Builder,GetBlueprintRequest>,GlueRequest.Builder,SdkBuilder<GetBlueprintRequest.Builder,GetBlueprintRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBlueprintRequest
public static interface GetBlueprintRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetBlueprintRequest.Builder,GetBlueprintRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBlueprintRequest.BuilderincludeBlueprint(Boolean includeBlueprint)Specifies whether or not to include the blueprint in the response.GetBlueprintRequest.BuilderincludeParameterSpec(Boolean includeParameterSpec)Specifies whether or not to include the parameter specification.GetBlueprintRequest.Buildername(String name)The name of the blueprint.GetBlueprintRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBlueprintRequest.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
GetBlueprintRequest.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.
-
includeBlueprint
GetBlueprintRequest.Builder includeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
- Parameters:
includeBlueprint- Specifies whether or not to include the blueprint in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeParameterSpec
GetBlueprintRequest.Builder includeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameter specification.
- Parameters:
includeParameterSpec- Specifies whether or not to include the parameter specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBlueprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBlueprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-