Class ListTektonPipelinePropertiesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.ListTektonPipelinePropertiesOptions.Builder
-
- Enclosing class:
- ListTektonPipelinePropertiesOptions
public static class ListTektonPipelinePropertiesOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTektonPipelinePropertiesOptions.BuilderaddType(java.lang.String type)Adds an type to type.ListTektonPipelinePropertiesOptionsbuild()Builds a ListTektonPipelinePropertiesOptions.ListTektonPipelinePropertiesOptions.Buildername(java.lang.String name)Set the name.ListTektonPipelinePropertiesOptions.BuilderpipelineId(java.lang.String pipelineId)Set the pipelineId.ListTektonPipelinePropertiesOptions.Buildersort(java.lang.String sort)Set the sort.ListTektonPipelinePropertiesOptions.Buildertype(java.util.List<java.lang.String> type)Set the type.
-
-
-
Method Detail
-
build
public ListTektonPipelinePropertiesOptions build()
Builds a ListTektonPipelinePropertiesOptions.- Returns:
- the new ListTektonPipelinePropertiesOptions instance
-
addType
public ListTektonPipelinePropertiesOptions.Builder addType(java.lang.String type)
Adds an type to type.- Parameters:
type- the new type- Returns:
- the ListTektonPipelinePropertiesOptions builder
-
pipelineId
public ListTektonPipelinePropertiesOptions.Builder pipelineId(java.lang.String pipelineId)
Set the pipelineId.- Parameters:
pipelineId- the pipelineId- Returns:
- the ListTektonPipelinePropertiesOptions builder
-
name
public ListTektonPipelinePropertiesOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the ListTektonPipelinePropertiesOptions builder
-
type
public ListTektonPipelinePropertiesOptions.Builder type(java.util.List<java.lang.String> type)
Set the type. Existing type will be replaced.- Parameters:
type- the type- Returns:
- the ListTektonPipelinePropertiesOptions builder
-
sort
public ListTektonPipelinePropertiesOptions.Builder sort(java.lang.String sort)
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListTektonPipelinePropertiesOptions builder
-
-