public static interface UpdatePipelineRequest.Builder extends OsisRequest.Builder, SdkPojo, CopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePipelineRequest.Builder pipelineName(String pipelineName)
The name of the pipeline to update.
pipelineName - The name of the pipeline to update.UpdatePipelineRequest.Builder minUnits(Integer minUnits)
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
minUnits - The minimum pipeline capacity, in Ingestion Compute Units (ICUs).UpdatePipelineRequest.Builder maxUnits(Integer maxUnits)
The maximum pipeline capacity, in Ingestion Compute Units (ICUs)
maxUnits - The maximum pipeline capacity, in Ingestion Compute Units (ICUs)UpdatePipelineRequest.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.UpdatePipelineRequest.Builder logPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs to configure log publishing.
logPublishingOptions - Key-value pairs to configure log publishing.default UpdatePipelineRequest.Builder logPublishingOptions(Consumer<LogPublishingOptions.Builder> logPublishingOptions)
Key-value pairs to configure log publishing.
This is a convenience method that creates an instance of theLogPublishingOptions.Builder avoiding
the need to create one manually via LogPublishingOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to logPublishingOptions(LogPublishingOptions).
logPublishingOptions - a consumer that will call methods on LogPublishingOptions.BuilderlogPublishingOptions(LogPublishingOptions)UpdatePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.