| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static ServicePrincipalName.Builder |
ServicePrincipalName.builder() |
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.connectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.
|
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.createdAt(Instant createdAt)
The date and time that the service principal name was created.
|
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.directoryRegistrationArn(String directoryRegistrationArn)
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
|
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.status(ServicePrincipalNameStatus status)
The status of a service principal name.
|
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.status(String status)
The status of a service principal name.
|
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.statusReason(ServicePrincipalNameStatusReason statusReason)
Additional information for the status of a service principal name if the status is failed.
|
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.statusReason(String statusReason)
Additional information for the status of a service principal name if the status is failed.
|
ServicePrincipalName.Builder |
ServicePrincipalName.toBuilder() |
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.updatedAt(Instant updatedAt)
The date and time that the service principal name was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServicePrincipalName.Builder> |
ServicePrincipalName.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetServicePrincipalNameResponse.Builder |
GetServicePrincipalNameResponse.Builder.servicePrincipalName(Consumer<ServicePrincipalName.Builder> servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
|
Copyright © 2023. All rights reserved.