Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static Channel.Builder |
Channel.builder()
Create a new builder.
|
Channel.Builder |
Channel.Builder.compartmentId(String compartmentId)
The OCID of the compartment.
|
Channel.Builder |
Channel.Builder.copy(Channel model) |
Channel.Builder |
Channel.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
Channel.Builder |
Channel.Builder.description(String description)
User provided description of the Channel.
|
Channel.Builder |
Channel.Builder.displayName(String displayName)
The user-friendly name for the Channel.
|
Channel.Builder |
Channel.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair applied without any predefined name, type or scope.
|
Channel.Builder |
Channel.Builder.id(String id)
The OCID of the Channel.
|
Channel.Builder |
Channel.Builder.isEnabled(Boolean isEnabled)
Whether the Channel has been enabled by the user.
|
Channel.Builder |
Channel.Builder.lifecycleDetails(String lifecycleDetails)
A message describing the state of the Channel.
|
Channel.Builder |
Channel.Builder.lifecycleState(Channel.LifecycleState lifecycleState)
The state of the Channel.
|
Channel.Builder |
Channel.Builder.source(ChannelSource source) |
Channel.Builder |
Channel.Builder.target(ChannelTarget target) |
Channel.Builder |
Channel.Builder.timeCreated(Date timeCreated)
The date and time the Channel was created, as described by RFC
3339.
|
Channel.Builder |
Channel.Builder.timeUpdated(Date timeUpdated)
The time the Channel was last updated, as described by RFC
3339.
|
Channel.Builder |
Channel.toBuilder() |
Copyright © 2016–2024. All rights reserved.