Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static StreamPoolSummary.Builder |
StreamPoolSummary.builder()
Create a new builder.
|
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.compartmentId(String compartmentId)
Compartment OCID that the pool belongs to.
|
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.copy(StreamPoolSummary model) |
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.id(String id)
The OCID of the stream pool.
|
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.isPrivate(Boolean isPrivate)
True if the stream pool is private, false otherwise.
|
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.lifecycleState(StreamPoolSummary.LifecycleState lifecycleState)
The current state of the stream pool.
|
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.name(String name)
The name of the stream pool.
|
StreamPoolSummary.Builder |
StreamPoolSummary.Builder.timeCreated(Date timeCreated)
The date and time the stream pool was created, expressed in in RFC
3339 timestamp format.
|
StreamPoolSummary.Builder |
StreamPoolSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.