Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
Association.Builder |
Association.Builder.associatedResourceId(String associatedResourceId)
The OCID of the associated resource.
|
Association.Builder |
Association.Builder.associationType(AssociationType associationType)
Type of the association.
|
static Association.Builder |
Association.builder()
Create a new builder.
|
Association.Builder |
Association.Builder.certificatesResourceId(String certificatesResourceId)
The OCID of the certificate-related resource associated with another Oracle Cloud
Infrastructure resource.
|
Association.Builder |
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 |
Association.Builder.copy(Association model) |
Association.Builder |
Association.Builder.id(String id)
The OCID of the association.
|
Association.Builder |
Association.Builder.lifecycleState(AssociationLifecycleState lifecycleState)
The current lifecycle state of the association.
|
Association.Builder |
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 |
Association.Builder.timeCreated(Date timeCreated)
A property indicating when the association was created, expressed in RFC
3339 timestamp format.
|
Association.Builder |
Association.toBuilder() |
Copyright © 2016–2024. All rights reserved.