Interface GetPipelineBlueprintResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPipelineBlueprintResponse.Builder,,GetPipelineBlueprintResponse> OsisResponse.Builder,SdkBuilder<GetPipelineBlueprintResponse.Builder,,GetPipelineBlueprintResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetPipelineBlueprintResponse
public static interface GetPipelineBlueprintResponse.Builder
extends OsisResponse.Builder, SdkPojo, CopyableBuilder<GetPipelineBlueprintResponse.Builder,GetPipelineBlueprintResponse>
-
Method Summary
Modifier and TypeMethodDescriptionblueprint(Consumer<PipelineBlueprint.Builder> blueprint) The requested blueprint in YAML format.blueprint(PipelineBlueprint blueprint) The requested blueprint in YAML format.The format of the blueprint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.osis.model.OsisResponse.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
-
blueprint
The requested blueprint in YAML format.
- Parameters:
blueprint- The requested blueprint in YAML format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprint
default GetPipelineBlueprintResponse.Builder blueprint(Consumer<PipelineBlueprint.Builder> blueprint) The requested blueprint in YAML format.
This is a convenience method that creates an instance of thePipelineBlueprint.Builderavoiding the need to create one manually viaPipelineBlueprint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblueprint(PipelineBlueprint).- Parameters:
blueprint- a consumer that will call methods onPipelineBlueprint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the blueprint.
- Parameters:
format- The format of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-