public static interface CreatePipelineRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<CreatePipelineRequest.Builder,CreatePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreatePipelineRequest.Builder |
pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
CreatePipelineRequest.Builder |
pipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
CreatePipelineRequest.Builder |
tags(Collection<Tag> tags)
The tags for the pipeline.
|
CreatePipelineRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the pipeline.
|
CreatePipelineRequest.Builder |
tags(Tag... tags)
The tags for the pipeline.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePipelineRequest.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 CreatePipelineRequest.Builder pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
This is a convenience 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)CreatePipelineRequest.Builder tags(Collection<Tag> tags)
The tags for the pipeline.
tags - The tags for the pipeline.CreatePipelineRequest.Builder tags(Tag... tags)
The tags for the pipeline.
tags - The tags for the pipeline.CreatePipelineRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the pipeline.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreatePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.