Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static StreamSummary.Builder |
StreamSummary.builder()
Create a new builder.
|
StreamSummary.Builder |
StreamSummary.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the stream.
|
StreamSummary.Builder |
StreamSummary.Builder.copy(StreamSummary model) |
StreamSummary.Builder |
StreamSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
StreamSummary.Builder |
StreamSummary.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
StreamSummary.Builder |
StreamSummary.Builder.id(String id)
The OCID of the stream.
|
StreamSummary.Builder |
StreamSummary.Builder.lifecycleState(StreamSummary.LifecycleState lifecycleState)
The current state of the stream.
|
StreamSummary.Builder |
StreamSummary.Builder.messagesEndpoint(String messagesEndpoint)
The endpoint to use when creating the StreamClient to consume or publish messages in the
stream.
|
StreamSummary.Builder |
StreamSummary.Builder.name(String name)
The name of the stream.
|
StreamSummary.Builder |
StreamSummary.Builder.partitions(Integer partitions)
The number of partitions in the stream.
|
StreamSummary.Builder |
StreamSummary.Builder.streamPoolId(String streamPoolId)
The OCID of the stream pool that contains the stream.
|
StreamSummary.Builder |
StreamSummary.Builder.timeCreated(Date timeCreated)
The date and time the stream was created, expressed in RFC
3339 timestamp format.
|
StreamSummary.Builder |
StreamSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.