public static interface CreatePipelineResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<CreatePipelineResponse.Builder,CreatePipelineResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreatePipelineResponse.Builder |
pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
CreatePipelineResponse.Builder |
pipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
CreatePipelineResponse.Builder |
tags(Collection<Tag> tags)
Specifies the tags applied to the pipeline.
|
CreatePipelineResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the pipeline.
|
CreatePipelineResponse.Builder |
tags(Tag... tags)
Specifies the tags applied to the pipeline.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePipelineResponse.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 CreatePipelineResponse.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)CreatePipelineResponse.Builder tags(Collection<Tag> tags)
Specifies the tags applied to the pipeline.
tags - Specifies the tags applied to the pipeline.CreatePipelineResponse.Builder tags(Tag... tags)
Specifies the tags applied to the pipeline.
tags - Specifies the tags applied to the pipeline.CreatePipelineResponse.Builder tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the pipeline.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.