Interface GetBlueprintResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetBlueprintResponse.Builder,,- GetBlueprintResponse> - GlueResponse.Builder,- SdkBuilder<GetBlueprintResponse.Builder,,- GetBlueprintResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetBlueprintResponse
public static interface GetBlueprintResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetBlueprintResponse.Builder,GetBlueprintResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GetBlueprintResponse.Builderblueprint(Consumer<Blueprint.Builder> blueprint) Returns aBlueprintobject.Returns aBlueprintobject.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
blueprintReturns a Blueprintobject.- Parameters:
- blueprint- Returns a- Blueprintobject.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
blueprintReturns a This is a convenience method that creates an instance of theBlueprintobject.Blueprint.Builderavoiding the need to create one manually viaBlueprint.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblueprint(Blueprint).- Parameters:
- blueprint- a consumer that will call methods on- Blueprint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-