public static class ValidateOpensearchPipelineDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ValidateOpensearchPipelineDetails |
build() |
ValidateOpensearchPipelineDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment where the pipeline will be created.
|
ValidateOpensearchPipelineDetails.Builder |
copy(ValidateOpensearchPipelineDetails model) |
ValidateOpensearchPipelineDetails.Builder |
pipelineConfigurationBody(String pipelineConfigurationBody)
The pipeline configuration in YAML format.
|
public ValidateOpensearchPipelineDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where the pipeline will be created.
compartmentId
- the value to setpublic ValidateOpensearchPipelineDetails.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 \.
pipelineConfigurationBody
- the value to setpublic ValidateOpensearchPipelineDetails build()
public ValidateOpensearchPipelineDetails.Builder copy(ValidateOpensearchPipelineDetails model)
Copyright © 2016–2025. All rights reserved.