@Generated(value="software.amazon.awssdk:codegen") public final class Connector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Connector.Builder,Connector>
Amazon Web Services Private CA Connector for Active Directory is a service that links your Active Directory with Amazon Web Services Private CA. The connector brokers the exchange of certificates from Amazon Web Services Private CA to domain-joined users and machines managed with Active Directory.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Connector.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
static Connector.Builder |
builder() |
String |
certificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority being used.
|
String |
certificateEnrollmentPolicyServerEndpoint()
Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when requesting
certificates.
|
Instant |
createdAt()
The date and time that the connector was created.
|
String |
directoryId()
The identifier of the Active Directory.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Connector.Builder> |
serializableBuilderClass() |
ConnectorStatus |
status()
Status of the connector.
|
String |
statusAsString()
Status of the connector.
|
ConnectorStatusReason |
statusReason()
Additional information about the connector status if the status is failed.
|
String |
statusReasonAsString()
Additional information about the connector status if the status is failed.
|
Connector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time that the connector was updated.
|
VpcInformation |
vpcInformation()
Information of the VPC and security group(s) used with the connector.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
public final String certificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority being used.
public final String certificateEnrollmentPolicyServerEndpoint()
Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when requesting certificates.
public final Instant createdAt()
The date and time that the connector was created.
public final String directoryId()
The identifier of the Active Directory.
public final ConnectorStatus status()
Status of the connector. Status can be creating, active, deleting, or failed.
If the service returns an enum value that is not available in the current SDK version, status will
return ConnectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ConnectorStatuspublic final String statusAsString()
Status of the connector. Status can be creating, active, deleting, or failed.
If the service returns an enum value that is not available in the current SDK version, status will
return ConnectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ConnectorStatuspublic final ConnectorStatusReason statusReason()
Additional information about the connector status if the status is failed.
If the service returns an enum value that is not available in the current SDK version, statusReason will
return ConnectorStatusReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusReasonAsString().
ConnectorStatusReasonpublic final String statusReasonAsString()
Additional information about the connector status if the status is failed.
If the service returns an enum value that is not available in the current SDK version, statusReason will
return ConnectorStatusReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusReasonAsString().
ConnectorStatusReasonpublic final Instant updatedAt()
The date and time that the connector was updated.
public final VpcInformation vpcInformation()
Information of the VPC and security group(s) used with the connector.
public Connector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Connector.Builder,Connector>public static Connector.Builder builder()
public static Class<? extends Connector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.