Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Namespace |
build() |
Namespace.Builder |
compartmentId(String compartmentId)
The is the tenancy ID
|
Namespace.Builder |
copy(Namespace model) |
Namespace.Builder |
isDataEverIngested(Boolean isDataEverIngested)
This indicates if data has ever been ingested for the tenancy in Logging Analytics
|
Namespace.Builder |
isLogSetEnabled(Boolean isLogSetEnabled)
This indicates if the log set feature is enabled for the tenancy
|
Namespace.Builder |
isOnboarded(Boolean isOnboarded)
This indicates if the tenancy is onboarded to Logging Analytics
|
Namespace.Builder |
namespaceName(String namespaceName)
This is the namespace name of a tenancy
|
public Namespace.Builder namespaceName(String namespaceName)
This is the namespace name of a tenancy
namespaceName
- the value to setpublic Namespace.Builder compartmentId(String compartmentId)
The is the tenancy ID
compartmentId
- the value to setpublic Namespace.Builder isOnboarded(Boolean isOnboarded)
This indicates if the tenancy is onboarded to Logging Analytics
isOnboarded
- the value to setpublic Namespace.Builder isLogSetEnabled(Boolean isLogSetEnabled)
This indicates if the log set feature is enabled for the tenancy
isLogSetEnabled
- the value to setpublic Namespace.Builder isDataEverIngested(Boolean isDataEverIngested)
This indicates if data has ever been ingested for the tenancy in Logging Analytics
isDataEverIngested
- the value to setpublic Namespace build()
public Namespace.Builder copy(Namespace model)
Copyright © 2016–2024. All rights reserved.