public static class GetAnnouncementUserStatusRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetAnnouncementUserStatusRequest.Builder |
announcementId(String announcementId) |
GetAnnouncementUserStatusRequest |
build()
Build the instance of GetAnnouncementUserStatusRequest as configured by this builder
|
GetAnnouncementUserStatusRequest |
buildWithoutInvocationCallback() |
GetAnnouncementUserStatusRequest.Builder |
copy(GetAnnouncementUserStatusRequest o)
Copy method to populate the builder with values from the given instance.
|
GetAnnouncementUserStatusRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
GetAnnouncementUserStatusRequest.Builder |
opcRequestId(String opcRequestId) |
GetAnnouncementUserStatusRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public GetAnnouncementUserStatusRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetAnnouncementUserStatusRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetAnnouncementUserStatusRequest.Builder copy(GetAnnouncementUserStatusRequest o)
Copy method to populate the builder with values from the given instance.
public GetAnnouncementUserStatusRequest build()
Build the instance of GetAnnouncementUserStatusRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account, while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
public GetAnnouncementUserStatusRequest.Builder announcementId(String announcementId)
public GetAnnouncementUserStatusRequest.Builder opcRequestId(String opcRequestId)
public GetAnnouncementUserStatusRequest buildWithoutInvocationCallback()
Copyright © 2016–2019. All rights reserved.