Class DeleteFilterGroupRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.announcementsservice.requests.DeleteFilterGroupRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<DeleteFilterGroupRequest,Void>
- Enclosing class:
- DeleteFilterGroupRequest
public static class DeleteFilterGroupRequest.Builder extends Object implements BmcRequest.Builder<DeleteFilterGroupRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteFilterGroupRequest.BuilderannouncementSubscriptionId(String announcementSubscriptionId)The OCID of the announcement subscription.DeleteFilterGroupRequestbuild()Build the instance of DeleteFilterGroupRequest as configured by this builderDeleteFilterGroupRequestbuildWithoutInvocationCallback()Build the instance of DeleteFilterGroupRequest as configured by this builderDeleteFilterGroupRequest.Buildercopy(DeleteFilterGroupRequest o)Copy method to populate the builder with values from the given instance.DeleteFilterGroupRequest.BuilderfilterGroupName(String filterGroupName)The name of the filter group.DeleteFilterGroupRequest.BuilderifMatch(String ifMatch)The locking version, used for optimistic concurrency control.DeleteFilterGroupRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.DeleteFilterGroupRequest.BuilderopcRequestId(String opcRequestId)The unique Oracle-assigned identifier for the request.DeleteFilterGroupRequest.BuilderretryConfiguration(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
-
announcementSubscriptionId
public DeleteFilterGroupRequest.Builder announcementSubscriptionId(String announcementSubscriptionId)
The OCID of the announcement subscription.- Parameters:
announcementSubscriptionId- the value to set- Returns:
- this builder instance
-
filterGroupName
public DeleteFilterGroupRequest.Builder filterGroupName(String filterGroupName)
The name of the filter group.- Parameters:
filterGroupName- the value to set- Returns:
- this builder instance
-
opcRequestId
public DeleteFilterGroupRequest.Builder opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the complete request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
ifMatch
public DeleteFilterGroupRequest.Builder ifMatch(String ifMatch)
The locking version, used for optimistic concurrency control.- Parameters:
ifMatch- the value to set- Returns:
- this builder instance
-
invocationCallback
public DeleteFilterGroupRequest.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 DeleteFilterGroupRequest.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 DeleteFilterGroupRequest.Builder copy(DeleteFilterGroupRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<DeleteFilterGroupRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public DeleteFilterGroupRequest build()
Build the instance of DeleteFilterGroupRequest 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:
buildin interfaceBmcRequest.Builder<DeleteFilterGroupRequest,Void>- Returns:
- instance of DeleteFilterGroupRequest
-
buildWithoutInvocationCallback
public DeleteFilterGroupRequest buildWithoutInvocationCallback()
Build the instance of DeleteFilterGroupRequest 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 DeleteFilterGroupRequest
-
-