Package com.oracle.bmc.email.requests
Class CreateSenderRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.email.requests.CreateSenderRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<CreateSenderRequest,CreateSenderDetails>
- Enclosing class:
- CreateSenderRequest
public static class CreateSenderRequest.Builder extends Object implements BmcRequest.Builder<CreateSenderRequest,CreateSenderDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSenderRequest.Builder
body$(CreateSenderDetails body)
Alternative setter for the body parameter.CreateSenderRequest
build()
Build the instance of CreateSenderRequest as configured by this builderCreateSenderRequest
buildWithoutInvocationCallback()
Build the instance of CreateSenderRequest as configured by this builderCreateSenderRequest.Builder
copy(CreateSenderRequest o)
Copy method to populate the builder with values from the given instance.CreateSenderRequest.Builder
createSenderDetails(CreateSenderDetails createSenderDetails)
Create a sender.CreateSenderRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.CreateSenderRequest.Builder
opcRequestId(String opcRequestId)
The request ID for tracing from the systemCreateSenderRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
-
-
-
Method Detail
-
createSenderDetails
public CreateSenderRequest.Builder createSenderDetails(CreateSenderDetails createSenderDetails)
Create a sender.- Parameters:
createSenderDetails
- the value to set- Returns:
- this builder instance
-
opcRequestId
public CreateSenderRequest.Builder opcRequestId(String opcRequestId)
The request ID for tracing from the system- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public CreateSenderRequest.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 CreateSenderRequest.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 CreateSenderRequest.Builder copy(CreateSenderRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<CreateSenderRequest,CreateSenderDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public CreateSenderRequest build()
Build the instance of CreateSenderRequest 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<CreateSenderRequest,CreateSenderDetails>
- Returns:
- instance of CreateSenderRequest
-
body$
public CreateSenderRequest.Builder body$(CreateSenderDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<CreateSenderRequest,CreateSenderDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public CreateSenderRequest buildWithoutInvocationCallback()
Build the instance of CreateSenderRequest 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 CreateSenderRequest
-
-