public static class Association.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Association.Builder |
associatedResourceId(String associatedResourceId)
The OCID of the associated resource.
|
Association.Builder |
associationType(AssociationType associationType)
Type of the association.
|
Association |
build() |
Association.Builder |
certificatesResourceId(String certificatesResourceId)
The OCID of the certificate-related resource associated with another Oracle Cloud
Infrastructure resource.
|
Association.Builder |
compartmentId(String compartmentId)
The compartment OCID of the association, which is strongly tied to the compartment OCID
of the certificate-related resource.
|
Association.Builder |
copy(Association model) |
Association.Builder |
id(String id)
The OCID of the association.
|
Association.Builder |
lifecycleState(AssociationLifecycleState lifecycleState)
The current lifecycle state of the association.
|
Association.Builder |
name(String name)
A user-friendly name generated by the service for the association, expressed in a format
that follows the pattern:
[certificatesResourceEntityType]-[associatedResourceEntityType]-UUID.
|
Association.Builder |
timeCreated(Date timeCreated)
A property indicating when the association was created, expressed in RFC
3339 timestamp format.
|
public Association.Builder id(String id)
The OCID of the association.
id
- the value to setpublic Association.Builder name(String name)
A user-friendly name generated by the service for the association, expressed in a format that follows the pattern: [certificatesResourceEntityType]-[associatedResourceEntityType]-UUID.
name
- the value to setpublic Association.Builder timeCreated(Date timeCreated)
A property indicating when the association was created, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeCreated
- the value to setpublic Association.Builder lifecycleState(AssociationLifecycleState lifecycleState)
The current lifecycle state of the association.
lifecycleState
- the value to setpublic Association.Builder certificatesResourceId(String certificatesResourceId)
The OCID of the certificate-related resource associated with another Oracle Cloud Infrastructure resource.
certificatesResourceId
- the value to setpublic Association.Builder associatedResourceId(String associatedResourceId)
The OCID of the associated resource.
associatedResourceId
- the value to setpublic Association.Builder compartmentId(String compartmentId)
The compartment OCID of the association, which is strongly tied to the compartment OCID of the certificate-related resource.
compartmentId
- the value to setpublic Association.Builder associationType(AssociationType associationType)
Type of the association.
associationType
- the value to setpublic Association build()
public Association.Builder copy(Association model)
Copyright © 2016–2024. All rights reserved.