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