Class GetMappedSecretRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.requests.GetMappedSecretRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetMappedSecretRequest,Void>
- Enclosing class:
- GetMappedSecretRequest
public static class GetMappedSecretRequest.Builder extends Object implements BmcRequest.Builder<GetMappedSecretRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMappedSecretRequest
build()
Build the instance of GetMappedSecretRequest as configured by this builderGetMappedSecretRequest
buildWithoutInvocationCallback()
Build the instance of GetMappedSecretRequest as configured by this builderGetMappedSecretRequest.Builder
copy(GetMappedSecretRequest o)
Copy method to populate the builder with values from the given instance.GetMappedSecretRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetMappedSecretRequest.Builder
limit(Integer limit)
The maximum number of items to return.GetMappedSecretRequest.Builder
mappedSecretName(String mappedSecretName)
Unique identifier for Mapped Secrets.GetMappedSecretRequest.Builder
networkFirewallPolicyId(String networkFirewallPolicyId)
Unique Network Firewall Policy identifierGetMappedSecretRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.GetMappedSecretRequest.Builder
page(String page)
A token representing the position at which to start retrieving results.GetMappedSecretRequest.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
-
networkFirewallPolicyId
public GetMappedSecretRequest.Builder networkFirewallPolicyId(String networkFirewallPolicyId)
Unique Network Firewall Policy identifier- Parameters:
networkFirewallPolicyId
- the value to set- Returns:
- this builder instance
-
mappedSecretName
public GetMappedSecretRequest.Builder mappedSecretName(String mappedSecretName)
Unique identifier for Mapped Secrets.- Parameters:
mappedSecretName
- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetMappedSecretRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
limit
public GetMappedSecretRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public GetMappedSecretRequest.Builder page(String page)
A token representing the position at which to start retrieving results.This must come from the opc-next-page or opc-prev-page header field of a previous response.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetMappedSecretRequest.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 GetMappedSecretRequest.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 GetMappedSecretRequest.Builder copy(GetMappedSecretRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<GetMappedSecretRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetMappedSecretRequest build()
Build the instance of GetMappedSecretRequest 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<GetMappedSecretRequest,Void>
- Returns:
- instance of GetMappedSecretRequest
-
buildWithoutInvocationCallback
public GetMappedSecretRequest buildWithoutInvocationCallback()
Build the instance of GetMappedSecretRequest 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 GetMappedSecretRequest
-
-