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