public static class VbsInstanceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VbsInstanceSummary |
build() |
VbsInstanceSummary.Builder |
compartmentId(String compartmentId)
Compartment of the service instance
|
VbsInstanceSummary.Builder |
copy(VbsInstanceSummary model) |
VbsInstanceSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
VbsInstanceSummary.Builder |
displayName(String displayName)
Service instance display name
|
VbsInstanceSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
VbsInstanceSummary.Builder |
id(String id)
Unique identifier that is immutable on creation
|
VbsInstanceSummary.Builder |
isResourceUsageAgreementGranted(Boolean isResourceUsageAgreementGranted)
Whether the VBS service instance owner explicitly approved VBS to create and use
resources in the customer tenancy
|
VbsInstanceSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
VbsInstanceSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the VbsInstance.
|
VbsInstanceSummary.Builder |
name(String name)
Service instance name (unique identifier)
|
VbsInstanceSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
VbsInstanceSummary.Builder |
timeCreated(Date timeCreated)
The time the the VbsInstance was created.
|
VbsInstanceSummary.Builder |
timeUpdated(Date timeUpdated)
The time the VbsInstance was updated.
|
public VbsInstanceSummary.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic VbsInstanceSummary.Builder name(String name)
Service instance name (unique identifier)
name
- the value to setpublic VbsInstanceSummary.Builder displayName(String displayName)
Service instance display name
displayName
- the value to setpublic VbsInstanceSummary.Builder compartmentId(String compartmentId)
Compartment of the service instance
compartmentId
- the value to setpublic VbsInstanceSummary.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 VbsInstanceSummary.Builder timeCreated(Date timeCreated)
The time the the VbsInstance was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic VbsInstanceSummary.Builder timeUpdated(Date timeUpdated)
The time the VbsInstance was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic VbsInstanceSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the VbsInstance.
lifecycleState
- the value to setpublic VbsInstanceSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic VbsInstanceSummary.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 VbsInstanceSummary.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 VbsInstanceSummary.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 VbsInstanceSummary build()
public VbsInstanceSummary.Builder copy(VbsInstanceSummary model)
Copyright © 2016–2024. All rights reserved.