Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static StreamPool.Builder |
StreamPool.builder()
Create a new builder.
|
StreamPool.Builder |
StreamPool.Builder.compartmentId(String compartmentId)
Compartment OCID that the pool belongs to.
|
StreamPool.Builder |
StreamPool.Builder.copy(StreamPool model) |
StreamPool.Builder |
StreamPool.Builder.customEncryptionKey(CustomEncryptionKey customEncryptionKey) |
StreamPool.Builder |
StreamPool.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
StreamPool.Builder |
StreamPool.Builder.endpointFqdn(String endpointFqdn)
The FQDN used to access the streams inside the stream pool (same FQDN as the
messagesEndpoint attribute of a
Stream object). |
StreamPool.Builder |
StreamPool.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
StreamPool.Builder |
StreamPool.Builder.id(String id)
The OCID of the stream pool.
|
StreamPool.Builder |
StreamPool.Builder.isPrivate(Boolean isPrivate)
True if the stream pool is private, false otherwise.
|
StreamPool.Builder |
StreamPool.Builder.kafkaSettings(KafkaSettings kafkaSettings) |
StreamPool.Builder |
StreamPool.Builder.lifecycleState(StreamPool.LifecycleState lifecycleState)
The current state of the stream pool.
|
StreamPool.Builder |
StreamPool.Builder.lifecycleStateDetails(String lifecycleStateDetails)
Any additional details about the current state of the stream.
|
StreamPool.Builder |
StreamPool.Builder.name(String name)
The name of the stream pool.
|
StreamPool.Builder |
StreamPool.Builder.privateEndpointSettings(PrivateEndpointSettings privateEndpointSettings) |
StreamPool.Builder |
StreamPool.Builder.timeCreated(Date timeCreated)
The date and time the stream pool was created, expressed in in RFC
3339 timestamp format.
|
StreamPool.Builder |
StreamPool.toBuilder() |
Copyright © 2016–2024. All rights reserved.