public static class CreateAnalyticsInstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateAnalyticsInstanceDetails.Builder name(String name)
The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed.
name
- the value to setpublic CreateAnalyticsInstanceDetails.Builder description(String description)
Optional description.
description
- the value to setpublic CreateAnalyticsInstanceDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateAnalyticsInstanceDetails.Builder featureSet(FeatureSet featureSet)
Analytics feature set.
featureSet
- the value to setpublic CreateAnalyticsInstanceDetails.Builder capacity(Capacity capacity)
public CreateAnalyticsInstanceDetails.Builder licenseType(LicenseType licenseType)
The license used for the service.
licenseType
- the value to setpublic CreateAnalyticsInstanceDetails.Builder emailNotification(String emailNotification)
Email address receiving notifications.
emailNotification
- the value to setpublic CreateAnalyticsInstanceDetails.Builder networkEndpointDetails(NetworkEndpointDetails networkEndpointDetails)
public CreateAnalyticsInstanceDetails.Builder idcsAccessToken(String idcsAccessToken)
IDCS access token identifying a stripe and service administrator user.
idcsAccessToken
- the value to setpublic CreateAnalyticsInstanceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic CreateAnalyticsInstanceDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic CreateAnalyticsInstanceDetails.Builder updateChannel(UpdateChannel updateChannel)
Analytics instance update channel.
updateChannel
- the value to setpublic CreateAnalyticsInstanceDetails.Builder kmsKeyId(String kmsKeyId)
OCID of the OCI Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
kmsKeyId
- the value to setpublic CreateAnalyticsInstanceDetails.Builder domainId(String domainId)
domain id for which the user is authorized.
domainId
- the value to setpublic CreateAnalyticsInstanceDetails.Builder adminUser(String adminUser)
user name of the authorized user.
adminUser
- the value to setpublic CreateAnalyticsInstanceDetails.Builder featureBundle(FeatureBundle featureBundle)
The feature set of an Analytics instance.
featureBundle
- the value to setpublic CreateAnalyticsInstanceDetails build()
public CreateAnalyticsInstanceDetails.Builder copy(CreateAnalyticsInstanceDetails model)
Copyright © 2016–2024. All rights reserved.