Interface BatchGetBlueprintsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetBlueprintsResponse.Builder,,BatchGetBlueprintsResponse> GlueResponse.Builder,SdkBuilder<BatchGetBlueprintsResponse.Builder,,BatchGetBlueprintsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchGetBlueprintsResponse
public static interface BatchGetBlueprintsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetBlueprintsResponse.Builder,BatchGetBlueprintsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionblueprints(Collection<Blueprint> blueprints) Returns a list of blueprint as aBlueprintsobject.blueprints(Consumer<Blueprint.Builder>... blueprints) Returns a list of blueprint as aBlueprintsobject.blueprints(Blueprint... blueprints) Returns a list of blueprint as aBlueprintsobject.missingBlueprints(String... missingBlueprints) Returns a list ofBlueprintNamesthat were not found.missingBlueprints(Collection<String> missingBlueprints) Returns a list ofBlueprintNamesthat were not found.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
blueprints
Returns a list of blueprint as a
Blueprintsobject.- Parameters:
 blueprints- Returns a list of blueprint as aBlueprintsobject.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
blueprints
Returns a list of blueprint as a
Blueprintsobject.- Parameters:
 blueprints- Returns a list of blueprint as aBlueprintsobject.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
blueprints
Returns a list of blueprint as a
This is a convenience method that creates an instance of theBlueprintsobject.Blueprint.Builderavoiding the need to create one manually viaBlueprint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblueprints(List<Blueprint>).- Parameters:
 blueprints- a consumer that will call methods onBlueprint.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
missingBlueprints
Returns a list of
BlueprintNamesthat were not found.- Parameters:
 missingBlueprints- Returns a list ofBlueprintNamesthat were not found.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
missingBlueprints
Returns a list of
BlueprintNamesthat were not found.- Parameters:
 missingBlueprints- Returns a list ofBlueprintNamesthat were not found.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -