Class GetStepArtifactContentRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.requests.GetStepArtifactContentRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetStepArtifactContentRequest,Void>
- Enclosing class:
- GetStepArtifactContentRequest
public static class GetStepArtifactContentRequest.Builder extends Object implements BmcRequest.Builder<GetStepArtifactContentRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetStepArtifactContentRequest
build()
Build the instance of GetStepArtifactContentRequest as configured by this builderGetStepArtifactContentRequest
buildWithoutInvocationCallback()
Build the instance of GetStepArtifactContentRequest as configured by this builderGetStepArtifactContentRequest.Builder
copy(GetStepArtifactContentRequest o)
Copy method to populate the builder with values from the given instance.GetStepArtifactContentRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetStepArtifactContentRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.GetStepArtifactContentRequest.Builder
pipelineId(String pipelineId)
The OCID of the pipeline.GetStepArtifactContentRequest.Builder
range(Range range)
Optional byte range to fetch, as described in RFC 7233, section 2.1.GetStepArtifactContentRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetStepArtifactContentRequest.Builder
stepName(String stepName)
Unique Step identifier in a pipeline.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
pipelineId
public GetStepArtifactContentRequest.Builder pipelineId(String pipelineId)
The OCID of the pipeline.- Parameters:
pipelineId
- the value to set- Returns:
- this builder instance
-
stepName
public GetStepArtifactContentRequest.Builder stepName(String stepName)
Unique Step identifier in a pipeline.- Parameters:
stepName
- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetStepArtifactContentRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.If you need to contact Oracle about a particular request, then provide the request ID.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
range
public GetStepArtifactContentRequest.Builder range(Range range)
Optional byte range to fetch, as described in RFC 7233, section 2.1.Note that only a single range of bytes is supported.
- Parameters:
range
- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetStepArtifactContentRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public GetStepArtifactContentRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public GetStepArtifactContentRequest.Builder copy(GetStepArtifactContentRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<GetStepArtifactContentRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetStepArtifactContentRequest build()
Build the instance of GetStepArtifactContentRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<GetStepArtifactContentRequest,Void>
- Returns:
- instance of GetStepArtifactContentRequest
-
buildWithoutInvocationCallback
public GetStepArtifactContentRequest buildWithoutInvocationCallback()
Build the instance of GetStepArtifactContentRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of GetStepArtifactContentRequest
-
-