public static interface GetPipelineResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<GetPipelineResponse.Builder,GetPipelineResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPipelineResponse.Builder |
metadata(Consumer<PipelineMetadata.Builder> metadata)
Represents the pipeline metadata information returned as part of the output of a
GetPipeline
action. |
GetPipelineResponse.Builder |
metadata(PipelineMetadata metadata)
Represents the pipeline metadata information returned as part of the output of a
GetPipeline
action. |
default GetPipelineResponse.Builder |
pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
GetPipelineResponse.Builder |
pipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPipelineResponse.Builder pipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
pipeline - Represents the structure of actions and stages to be performed in the pipeline.default GetPipelineResponse.Builder pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
This is a convenience method that creates an instance of thePipelineDeclaration.Builder avoiding the
need to create one manually via PipelineDeclaration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to pipeline(PipelineDeclaration).
pipeline - a consumer that will call methods on PipelineDeclaration.Builderpipeline(PipelineDeclaration)GetPipelineResponse.Builder metadata(PipelineMetadata metadata)
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
metadata - Represents the pipeline metadata information returned as part of the output of a
GetPipeline action.default GetPipelineResponse.Builder metadata(Consumer<PipelineMetadata.Builder> metadata)
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
PipelineMetadata.Builder avoiding the
need to create one manually via PipelineMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metadata(PipelineMetadata).
metadata - a consumer that will call methods on PipelineMetadata.Buildermetadata(PipelineMetadata)Copyright © 2023. All rights reserved.