CopyableBuilder<PutPipelineDefinitionResponse.Builder,PutPipelineDefinitionResponse>
, SdkBuilder<PutPipelineDefinitionResponse.Builder,PutPipelineDefinitionResponse>
public static interface PutPipelineDefinitionResponse.Builder extends CopyableBuilder<PutPipelineDefinitionResponse.Builder,PutPipelineDefinitionResponse>
Modifier and Type | Method | Description |
---|---|---|
PutPipelineDefinitionResponse.Builder |
errored(Boolean errored) |
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated
until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline. |
PutPipelineDefinitionResponse.Builder |
validationErrors(Collection<ValidationError> validationErrors) |
The validation errors that are associated with the objects defined in
pipelineObjects . |
PutPipelineDefinitionResponse.Builder |
validationErrors(ValidationError... validationErrors) |
The validation errors that are associated with the objects defined in
pipelineObjects . |
PutPipelineDefinitionResponse.Builder |
validationWarnings(Collection<ValidationWarning> validationWarnings) |
The validation warnings that are associated with the objects defined in
pipelineObjects . |
PutPipelineDefinitionResponse.Builder |
validationWarnings(ValidationWarning... validationWarnings) |
The validation warnings that are associated with the objects defined in
pipelineObjects . |
copy
apply, build
PutPipelineDefinitionResponse.Builder validationErrors(Collection<ValidationError> validationErrors)
The validation errors that are associated with the objects defined in pipelineObjects
.
validationErrors
- The validation errors that are associated with the objects defined in pipelineObjects
.PutPipelineDefinitionResponse.Builder validationErrors(ValidationError... validationErrors)
The validation errors that are associated with the objects defined in pipelineObjects
.
NOTE: This method appends the values to the existing list (if any). Use
#setValidationErrors(java.util.Collection)
or #withValidationErrors(java.util.Collection)
if
you want to override the existing values.
validationErrors
- The validation errors that are associated with the objects defined in pipelineObjects
.PutPipelineDefinitionResponse.Builder validationWarnings(Collection<ValidationWarning> validationWarnings)
The validation warnings that are associated with the objects defined in pipelineObjects
.
validationWarnings
- The validation warnings that are associated with the objects defined in pipelineObjects
.PutPipelineDefinitionResponse.Builder validationWarnings(ValidationWarning... validationWarnings)
The validation warnings that are associated with the objects defined in pipelineObjects
.
NOTE: This method appends the values to the existing list (if any). Use
#setValidationWarnings(java.util.Collection)
or #withValidationWarnings(java.util.Collection)
if you want to override the existing values.
validationWarnings
- The validation warnings that are associated with the objects defined in pipelineObjects
.PutPipelineDefinitionResponse.Builder errored(Boolean errored)
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated
until you correct the pipeline and call PutPipelineDefinition
to commit the corrected pipeline.
errored
- Indicates whether there were validation errors, and the pipeline definition is stored but cannot be
activated until you correct the pipeline and call PutPipelineDefinition
to commit the
corrected pipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.