public static interface ValidatePipelineRequest.Builder extends OsisRequest.Builder, SdkPojo, CopyableBuilder<ValidatePipelineRequest.Builder,ValidatePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
ValidatePipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ValidatePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ValidatePipelineRequest.Builder |
pipelineConfigurationBody(String pipelineConfigurationBody)
The pipeline configuration in YAML format.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildValidatePipelineRequest.Builder pipelineConfigurationBody(String pipelineConfigurationBody)
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or
within a .yaml file. If you provide the configuration as a string, each new line must be escaped with
\n.
pipelineConfigurationBody - The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string
or within a .yaml file. If you provide the configuration as a string, each new line must be escaped
with \n.ValidatePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderValidatePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.