public static class DelegationSubscription.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DelegationSubscription |
build() |
DelegationSubscription.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the Delegation Subscription.
|
DelegationSubscription.Builder |
copy(DelegationSubscription model) |
DelegationSubscription.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DelegationSubscription.Builder |
description(String description)
Description of the Delegation Subscription.
|
DelegationSubscription.Builder |
displayName(String displayName)
Display name
|
DelegationSubscription.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DelegationSubscription.Builder |
id(String id)
Unique identifier for the Delegation Subscription.
|
DelegationSubscription.Builder |
lifecycleState(DelegationSubscription.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider.
|
DelegationSubscription.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
Description of the current lifecycle state in more detail.
|
DelegationSubscription.Builder |
serviceProviderId(String serviceProviderId)
Unique identifier of the Service Provider.
|
DelegationSubscription.Builder |
subscribedServiceType(ServiceProviderServiceType subscribedServiceType)
Subscribed Service Provider Service Type.
|
DelegationSubscription.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
DelegationSubscription.Builder |
timeCreated(Date timeCreated)
Time when the Service Provider was created expressed in RFC
3339 timestamp format, e.g.
|
DelegationSubscription.Builder |
timeUpdated(Date timeUpdated)
Time when the Service Provider was last modified expressed in RFC
3339 timestamp format, e.g.
|
public DelegationSubscription.Builder id(String id)
Unique identifier for the Delegation Subscription.
id
- the value to setpublic DelegationSubscription.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the Delegation Subscription.
compartmentId
- the value to setpublic DelegationSubscription.Builder displayName(String displayName)
Display name
displayName
- the value to setpublic DelegationSubscription.Builder serviceProviderId(String serviceProviderId)
Unique identifier of the Service Provider.
serviceProviderId
- the value to setpublic DelegationSubscription.Builder description(String description)
Description of the Delegation Subscription.
description
- the value to setpublic DelegationSubscription.Builder subscribedServiceType(ServiceProviderServiceType subscribedServiceType)
Subscribed Service Provider Service Type.
subscribedServiceType
- the value to setpublic DelegationSubscription.Builder lifecycleState(DelegationSubscription.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider.
lifecycleState
- the value to setpublic DelegationSubscription.Builder lifecycleStateDetails(String lifecycleStateDetails)
Description of the current lifecycle state in more detail.
lifecycleStateDetails
- the value to setpublic DelegationSubscription.Builder timeCreated(Date timeCreated)
Time when the Service Provider was created expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’
timeCreated
- the value to setpublic DelegationSubscription.Builder timeUpdated(Date timeUpdated)
Time when the Service Provider was last modified expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’
timeUpdated
- the value to setpublic DelegationSubscription.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 DelegationSubscription.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 DelegationSubscription.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic DelegationSubscription build()
public DelegationSubscription.Builder copy(DelegationSubscription model)
Copyright © 2016–2024. All rights reserved.