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