public static interface ConnectorSummary.Builder extends SdkPojo, CopyableBuilder<ConnectorSummary.Builder,ConnectorSummary>
| Modifier and Type | Method and Description |
|---|---|
ConnectorSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
ConnectorSummary.Builder |
certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority being used.
|
ConnectorSummary.Builder |
certificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint)
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
|
ConnectorSummary.Builder |
createdAt(Instant createdAt)
The date and time that the connector was created.
|
ConnectorSummary.Builder |
directoryId(String directoryId)
The identifier of the Active Directory.
|
ConnectorSummary.Builder |
status(ConnectorStatus status)
Status of the connector.
|
ConnectorSummary.Builder |
status(String status)
Status of the connector.
|
ConnectorSummary.Builder |
statusReason(ConnectorStatusReason statusReason)
Additional information about the connector status if the status is failed.
|
ConnectorSummary.Builder |
statusReason(String statusReason)
Additional information about the connector status if the status is failed.
|
ConnectorSummary.Builder |
updatedAt(Instant updatedAt)
The date and time that the connector was updated.
|
default ConnectorSummary.Builder |
vpcInformation(Consumer<VpcInformation.Builder> vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
ConnectorSummary.Builder |
vpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
arn - The Amazon Resource Name (ARN) that was returned when you called CreateConnector.ConnectorSummary.Builder certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority being used.
certificateAuthorityArn - The Amazon Resource Name (ARN) of the certificate authority being used.ConnectorSummary.Builder certificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint)
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
certificateEnrollmentPolicyServerEndpoint - Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.ConnectorSummary.Builder createdAt(Instant createdAt)
The date and time that the connector was created.
createdAt - The date and time that the connector was created.ConnectorSummary.Builder directoryId(String directoryId)
The identifier of the Active Directory.
directoryId - The identifier of the Active Directory.ConnectorSummary.Builder status(String status)
Status of the connector. Status can be creating, active, deleting, or failed.
status - Status of the connector. Status can be creating, active, deleting, or failed.ConnectorStatus,
ConnectorStatusConnectorSummary.Builder status(ConnectorStatus status)
Status of the connector. Status can be creating, active, deleting, or failed.
status - Status of the connector. Status can be creating, active, deleting, or failed.ConnectorStatus,
ConnectorStatusConnectorSummary.Builder statusReason(String statusReason)
Additional information about the connector status if the status is failed.
statusReason - Additional information about the connector status if the status is failed.ConnectorStatusReason,
ConnectorStatusReasonConnectorSummary.Builder statusReason(ConnectorStatusReason statusReason)
Additional information about the connector status if the status is failed.
statusReason - Additional information about the connector status if the status is failed.ConnectorStatusReason,
ConnectorStatusReasonConnectorSummary.Builder updatedAt(Instant updatedAt)
The date and time that the connector was updated.
updatedAt - The date and time that the connector was updated.ConnectorSummary.Builder vpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
vpcInformation - Information of the VPC and security group(s) used with the connector.default ConnectorSummary.Builder vpcInformation(Consumer<VpcInformation.Builder> vpcInformation)
Information of the VPC and security group(s) used with the connector.
This is a convenience method that creates an instance of theVpcInformation.Builder avoiding the need
to create one manually via VpcInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcInformation(VpcInformation).
vpcInformation - a consumer that will call methods on VpcInformation.BuildervpcInformation(VpcInformation)Copyright © 2023. All rights reserved.