Interface ConnectorSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorSummary.Builder,
,ConnectorSummary> SdkBuilder<ConnectorSummary.Builder,
,ConnectorSummary> SdkPojo
- Enclosing class:
ConnectorSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that was returned when you called CreateConnector.certificateAuthorityArn
(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the certificate authority being used.certificateEnrollmentPolicyServerEndpoint
(String certificateEnrollmentPolicyServerEndpoint) Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.The date and time that the connector was created.directoryId
(String directoryId) The identifier of the Active Directory.Status of the connector.status
(ConnectorStatus status) Status of the connector.statusReason
(String statusReason) Additional information about the connector status if the status is failed.statusReason
(ConnectorStatusReason statusReason) Additional information about the connector status if the status is failed.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.vpcInformation
(VpcInformation vpcInformation) Information of the VPC and security group(s) used with the connector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
- Parameters:
arn
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateAuthorityArn
The Amazon Resource Name (ARN) of the certificate authority being used.
- Parameters:
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the certificate authority being used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateEnrollmentPolicyServerEndpoint
ConnectorSummary.Builder certificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint) Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
- Parameters:
certificateEnrollmentPolicyServerEndpoint
- Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the connector was created.
- Parameters:
createdAt
- The date and time that the connector was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryId
The identifier of the Active Directory.
- Parameters:
directoryId
- The identifier of the Active Directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of the connector. Status can be creating, active, deleting, or failed.
- Parameters:
status
- Status of the connector. Status can be creating, active, deleting, or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the connector. Status can be creating, active, deleting, or failed.
- Parameters:
status
- Status of the connector. Status can be creating, active, deleting, or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information about the connector status if the status is failed.
- Parameters:
statusReason
- Additional information about the connector status if the status is failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information about the connector status if the status is failed.
- Parameters:
statusReason
- Additional information about the connector status if the status is failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The date and time that the connector was updated.
- Parameters:
updatedAt
- The date and time that the connector was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInformation
Information of the VPC and security group(s) used with the connector.
- Parameters:
vpcInformation
- Information of the VPC and security group(s) used with the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaVpcInformation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcInformation(VpcInformation)
.- Parameters:
vpcInformation
- a consumer that will call methods onVpcInformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-