Class ListTektonPipelineTriggersOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.ListTektonPipelineTriggersOptions.Builder
-
- Enclosing class:
- ListTektonPipelineTriggersOptions
public static class ListTektonPipelineTriggersOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTektonPipelineTriggersOptionsbuild()Builds a ListTektonPipelineTriggersOptions.ListTektonPipelineTriggersOptions.Builderdisabled(java.lang.String disabled)Set the disabled.ListTektonPipelineTriggersOptions.BuildereventListener(java.lang.String eventListener)Set the eventListener.ListTektonPipelineTriggersOptions.Buildername(java.lang.String name)Set the name.ListTektonPipelineTriggersOptions.BuilderpipelineId(java.lang.String pipelineId)Set the pipelineId.ListTektonPipelineTriggersOptions.Buildertags(java.lang.String tags)Set the tags.ListTektonPipelineTriggersOptions.Buildertype(java.lang.String type)Set the type.ListTektonPipelineTriggersOptions.BuilderworkerId(java.lang.String workerId)Set the workerId.ListTektonPipelineTriggersOptions.BuilderworkerName(java.lang.String workerName)Set the workerName.
-
-
-
Method Detail
-
build
public ListTektonPipelineTriggersOptions build()
Builds a ListTektonPipelineTriggersOptions.- Returns:
- the new ListTektonPipelineTriggersOptions instance
-
pipelineId
public ListTektonPipelineTriggersOptions.Builder pipelineId(java.lang.String pipelineId)
Set the pipelineId.- Parameters:
pipelineId- the pipelineId- Returns:
- the ListTektonPipelineTriggersOptions builder
-
type
public ListTektonPipelineTriggersOptions.Builder type(java.lang.String type)
Set the type.- Parameters:
type- the type- Returns:
- the ListTektonPipelineTriggersOptions builder
-
name
public ListTektonPipelineTriggersOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the ListTektonPipelineTriggersOptions builder
-
eventListener
public ListTektonPipelineTriggersOptions.Builder eventListener(java.lang.String eventListener)
Set the eventListener.- Parameters:
eventListener- the eventListener- Returns:
- the ListTektonPipelineTriggersOptions builder
-
workerId
public ListTektonPipelineTriggersOptions.Builder workerId(java.lang.String workerId)
Set the workerId.- Parameters:
workerId- the workerId- Returns:
- the ListTektonPipelineTriggersOptions builder
-
workerName
public ListTektonPipelineTriggersOptions.Builder workerName(java.lang.String workerName)
Set the workerName.- Parameters:
workerName- the workerName- Returns:
- the ListTektonPipelineTriggersOptions builder
-
disabled
public ListTektonPipelineTriggersOptions.Builder disabled(java.lang.String disabled)
Set the disabled.- Parameters:
disabled- the disabled- Returns:
- the ListTektonPipelineTriggersOptions builder
-
tags
public ListTektonPipelineTriggersOptions.Builder tags(java.lang.String tags)
Set the tags.- Parameters:
tags- the tags- Returns:
- the ListTektonPipelineTriggersOptions builder
-
-