| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
Connector |
Connector.clone() |
Connector |
GetConnectorResult.getConnector()
A structure that contains information about your connector.
|
Connector |
Connector.withArn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
Connector |
Connector.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority being used.
|
Connector |
Connector.withCertificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint)
Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when requesting
certificates.
|
Connector |
Connector.withCreatedAt(Date createdAt)
The date and time that the connector was created.
|
Connector |
Connector.withDirectoryId(String directoryId)
The identifier of the Active Directory.
|
Connector |
Connector.withStatus(ConnectorStatus status)
Status of the connector.
|
Connector |
Connector.withStatus(String status)
Status of the connector.
|
Connector |
Connector.withStatusReason(ConnectorStatusReason statusReason)
Additional information about the connector status if the status is failed.
|
Connector |
Connector.withStatusReason(String statusReason)
Additional information about the connector status if the status is failed.
|
Connector |
Connector.withUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
|
Connector |
Connector.withVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectorResult.setConnector(Connector connector)
A structure that contains information about your connector.
|
GetConnectorResult |
GetConnectorResult.withConnector(Connector connector)
A structure that contains information about your connector.
|
Copyright © 2023. All rights reserved.