public static interface CreatePipelineRequest.Builder extends CodePipelineRequest.Builder, CopyableBuilder<CreatePipelineRequest.Builder,CreatePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreatePipelineRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreatePipelineRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.