Class GetTektonPipelineRunLogContentOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.GetTektonPipelineRunLogContentOptions.Builder
-
- Enclosing class:
- GetTektonPipelineRunLogContentOptions
public static class GetTektonPipelineRunLogContentOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTektonPipelineRunLogContentOptionsbuild()Builds a GetTektonPipelineRunLogContentOptions.GetTektonPipelineRunLogContentOptions.Builderid(java.lang.String id)Set the id.GetTektonPipelineRunLogContentOptions.BuilderpipelineId(java.lang.String pipelineId)Set the pipelineId.GetTektonPipelineRunLogContentOptions.BuilderpipelineRunId(java.lang.String pipelineRunId)Set the pipelineRunId.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String pipelineId, java.lang.String pipelineRunId, java.lang.String id)Instantiates a new builder with required properties.- Parameters:
pipelineId- the pipelineIdpipelineRunId- the pipelineRunIdid- the id
-
-
Method Detail
-
build
public GetTektonPipelineRunLogContentOptions build()
Builds a GetTektonPipelineRunLogContentOptions.- Returns:
- the new GetTektonPipelineRunLogContentOptions instance
-
pipelineId
public GetTektonPipelineRunLogContentOptions.Builder pipelineId(java.lang.String pipelineId)
Set the pipelineId.- Parameters:
pipelineId- the pipelineId- Returns:
- the GetTektonPipelineRunLogContentOptions builder
-
pipelineRunId
public GetTektonPipelineRunLogContentOptions.Builder pipelineRunId(java.lang.String pipelineRunId)
Set the pipelineRunId.- Parameters:
pipelineRunId- the pipelineRunId- Returns:
- the GetTektonPipelineRunLogContentOptions builder
-
id
public GetTektonPipelineRunLogContentOptions.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the GetTektonPipelineRunLogContentOptions builder
-
-