Package com.oracle.bmc.dts.requests
Class ListTransferPackagesRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.dts.requests.ListTransferPackagesRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListTransferPackagesRequest,Void>
- Enclosing class:
- ListTransferPackagesRequest
public static class ListTransferPackagesRequest.Builder extends Object implements BmcRequest.Builder<ListTransferPackagesRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTransferPackagesRequest
build()
Build the instance of ListTransferPackagesRequest as configured by this builderListTransferPackagesRequest
buildWithoutInvocationCallback()
Build the instance of ListTransferPackagesRequest as configured by this builderListTransferPackagesRequest.Builder
copy(ListTransferPackagesRequest o)
Copy method to populate the builder with values from the given instance.ListTransferPackagesRequest.Builder
displayName(String displayName)
filtering by displayNameListTransferPackagesRequest.Builder
id(String id)
ID of the Transfer JobListTransferPackagesRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListTransferPackagesRequest.Builder
lifecycleState(ListTransferPackagesRequest.LifecycleState lifecycleState)
filtering by lifecycleStateListTransferPackagesRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.-
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
-
id
public ListTransferPackagesRequest.Builder id(String id)
ID of the Transfer Job- Parameters:
id
- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListTransferPackagesRequest.Builder lifecycleState(ListTransferPackagesRequest.LifecycleState lifecycleState)
filtering by lifecycleState- Parameters:
lifecycleState
- the value to set- Returns:
- this builder instance
-
displayName
public ListTransferPackagesRequest.Builder displayName(String displayName)
filtering by displayName- Parameters:
displayName
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListTransferPackagesRequest.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 ListTransferPackagesRequest.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 ListTransferPackagesRequest.Builder copy(ListTransferPackagesRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListTransferPackagesRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListTransferPackagesRequest build()
Build the instance of ListTransferPackagesRequest 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<ListTransferPackagesRequest,Void>
- Returns:
- instance of ListTransferPackagesRequest
-
buildWithoutInvocationCallback
public ListTransferPackagesRequest buildWithoutInvocationCallback()
Build the instance of ListTransferPackagesRequest 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 ListTransferPackagesRequest
-
-