public static interface PauseStateScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<PauseStateScheduleActionSettings.Builder,PauseStateScheduleActionSettings>
| Modifier and Type | Method and Description |
|---|---|
PauseStateScheduleActionSettings.Builder |
pipelines(Collection<PipelinePauseStateSettings> pipelines)
Sets the value of the Pipelines property for this object.
|
PauseStateScheduleActionSettings.Builder |
pipelines(Consumer<PipelinePauseStateSettings.Builder>... pipelines)
Sets the value of the Pipelines property for this object.
|
PauseStateScheduleActionSettings.Builder |
pipelines(PipelinePauseStateSettings... pipelines)
Sets the value of the Pipelines property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPauseStateScheduleActionSettings.Builder pipelines(Collection<PipelinePauseStateSettings> pipelines)
pipelines - The new value for the Pipelines property for this object.PauseStateScheduleActionSettings.Builder pipelines(PipelinePauseStateSettings... pipelines)
pipelines - The new value for the Pipelines property for this object.PauseStateScheduleActionSettings.Builder pipelines(Consumer<PipelinePauseStateSettings.Builder>... pipelines)
PipelinePauseStateSettings.Builder avoiding the need
to create one manually via
PipelinePauseStateSettings.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pipelines(List.
pipelines - a consumer that will call methods on
PipelinePauseStateSettings.Builder#pipelines(java.util.Collection) Copyright © 2022. All rights reserved.