public static interface BatchGetBlueprintsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetBlueprintsRequest.Builder,BatchGetBlueprintsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetBlueprintsRequest.Builder |
includeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
|
BatchGetBlueprintsRequest.Builder |
includeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
|
BatchGetBlueprintsRequest.Builder |
names(Collection<String> names)
A list of blueprint names.
|
BatchGetBlueprintsRequest.Builder |
names(String... names)
A list of blueprint names.
|
BatchGetBlueprintsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetBlueprintsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetBlueprintsRequest.Builder names(Collection<String> names)
A list of blueprint names.
names - A list of blueprint names.BatchGetBlueprintsRequest.Builder names(String... names)
A list of blueprint names.
names - A list of blueprint names.BatchGetBlueprintsRequest.Builder includeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
includeBlueprint - Specifies whether or not to include the blueprint in the response.BatchGetBlueprintsRequest.Builder includeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
includeParameterSpec - Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the
response.BatchGetBlueprintsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetBlueprintsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.