Package | Description |
---|---|
com.oracle.bmc.streaming.requests |
Modifier and Type | Method and Description |
---|---|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.body$(UpdateGroupDetails body)
Alternative setter for the body parameter.
|
static UpdateGroupRequest.Builder |
UpdateGroupRequest.builder()
Return a new builder for this request object.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.copy(UpdateGroupRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.groupName(String groupName)
The name of the consumer group.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.streamId(String streamId)
The OCID of the stream.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.toBuilder()
Return an instance of
UpdateGroupRequest.Builder that allows you to modify request properties. |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.updateGroupDetails(UpdateGroupDetails updateGroupDetails)
The information used to modify the group.
|
Copyright © 2016–2024. All rights reserved.