public static class VbsInstance.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VbsInstance |
build() |
VbsInstance.Builder |
compartmentId(String compartmentId)
Compartment of the service instance
|
VbsInstance.Builder |
copy(VbsInstance model) |
VbsInstance.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
VbsInstance.Builder |
displayName(String displayName)
Service instance display name
|
VbsInstance.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
VbsInstance.Builder |
id(String id)
Unique identifier that is immutable on creation
|
VbsInstance.Builder |
isResourceUsageAgreementGranted(Boolean isResourceUsageAgreementGranted)
Whether the VBS service instance owner explicitly approved VBS to create and use
resources in the customer tenancy
|
VbsInstance.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the VbsInstance.
|
VbsInstance.Builder |
lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail.
|
VbsInstance.Builder |
name(String name)
Service instance name (unique identifier)
|
VbsInstance.Builder |
resourceCompartmentId(String resourceCompartmentId)
Compartment where VBS may create additional resources for the service instance
|
VbsInstance.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
VbsInstance.Builder |
timeCreated(Date timeCreated)
The time the the VbsInstance was created.
|
VbsInstance.Builder |
timeUpdated(Date timeUpdated)
The time the VbsInstance was updated.
|
VbsInstance.Builder |
vbsAccessUrl(String vbsAccessUrl)
Public web URL for accessing the VBS service instance
|
public VbsInstance.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic VbsInstance.Builder name(String name)
Service instance name (unique identifier)
name
- the value to setpublic VbsInstance.Builder displayName(String displayName)
Service instance display name
displayName
- the value to setpublic VbsInstance.Builder compartmentId(String compartmentId)
Compartment of the service instance
compartmentId
- the value to setpublic VbsInstance.Builder isResourceUsageAgreementGranted(Boolean isResourceUsageAgreementGranted)
Whether the VBS service instance owner explicitly approved VBS to create and use resources in the customer tenancy
isResourceUsageAgreementGranted
- the value to setpublic VbsInstance.Builder resourceCompartmentId(String resourceCompartmentId)
Compartment where VBS may create additional resources for the service instance
resourceCompartmentId
- the value to setpublic VbsInstance.Builder vbsAccessUrl(String vbsAccessUrl)
Public web URL for accessing the VBS service instance
vbsAccessUrl
- the value to setpublic VbsInstance.Builder timeCreated(Date timeCreated)
The time the the VbsInstance was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic VbsInstance.Builder timeUpdated(Date timeUpdated)
The time the VbsInstance was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic VbsInstance.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the VbsInstance.
lifecycleState
- the value to setpublic VbsInstance.Builder lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecyleDetails
- the value to setpublic VbsInstance.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic VbsInstance.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic VbsInstance.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic VbsInstance build()
public VbsInstance.Builder copy(VbsInstance model)
Copyright © 2016–2024. All rights reserved.