SCEnvironmentRecordInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. confluent. fluent. models. SCEnvironmentRecordInner
- com.
- com.
public final class SCEnvironmentRecordInner
extends ProxyResource
Details about environment name, metadata and environment id of an environment.
Constructor Summary
| Constructor | Description |
|---|---|
| SCEnvironmentRecordInner() |
Creates an instance of SCEnvironment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
SCEnvironment |
fromJson(JsonReader jsonReader)
Reads an instance of SCEnvironment |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kind()
Get the kind property: Type of environment. |
|
SCMetadata |
metadata()
Get the metadata property: Metadata of the record. |
| String |
name()
Get the name property: The name of the resource. |
|
Stream |
streamGovernanceConfig()
Get the stream |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
SCEnvironment |
withKind(String kind)
Set the kind property: Type of environment. |
|
SCEnvironment |
withMetadata(SCMetadataEntity metadata)
Set the metadata property: Metadata of the record. |
|
SCEnvironment |
withStreamGovernanceConfig(StreamGovernanceConfig streamGovernanceConfig)
Set the stream |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SCEnvironmentRecordInner
public SCEnvironmentRecordInner()
Creates an instance of SCEnvironmentRecordInner class.
Method Details
fromJson
public static SCEnvironmentRecordInner fromJson(JsonReader jsonReader)
Reads an instance of SCEnvironmentRecordInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SCEnvironmentRecordInner.id()Returns:
kind
public String kind()
Get the kind property: Type of environment.
Returns:
metadata
public SCMetadataEntity metadata()
Get the metadata property: Metadata of the record.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SCEnvironmentRecordInner.name()Returns:
streamGovernanceConfig
public StreamGovernanceConfig streamGovernanceConfig()
Get the streamGovernanceConfig property: Stream governance configuration.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SCEnvironmentRecordInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SCEnvironmentRecordInner.type()Returns:
withKind
public SCEnvironmentRecordInner withKind(String kind)
Set the kind property: Type of environment.
Parameters:
Returns:
withMetadata
public SCEnvironmentRecordInner withMetadata(SCMetadataEntity metadata)
Set the metadata property: Metadata of the record.
Parameters:
Returns:
withStreamGovernanceConfig
public SCEnvironmentRecordInner withStreamGovernanceConfig(StreamGovernanceConfig streamGovernanceConfig)
Set the streamGovernanceConfig property: Stream governance configuration.
Parameters:
Returns: