Interface ServicePrincipalName.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServicePrincipalName.Builder,
,ServicePrincipalName> SdkBuilder<ServicePrincipalName.Builder,
,ServicePrincipalName> SdkPojo
- Enclosing class:
ServicePrincipalName
public static interface ServicePrincipalName.Builder
extends SdkPojo, CopyableBuilder<ServicePrincipalName.Builder,ServicePrincipalName>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorArn
(String connectorArn) The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.The date and time that the service principal name was created.directoryRegistrationArn
(String directoryRegistrationArn) The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.The status of a service principal name.status
(ServicePrincipalNameStatus status) The status of a service principal name.statusReason
(String statusReason) Additional information for the status of a service principal name if the status is failed.statusReason
(ServicePrincipalNameStatusReason statusReason) Additional information for the status of a service principal name if the status is failed.The date and time that the service principal name was updated.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, sdkFields
-
Method Details
-
connectorArn
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.
- Parameters:
connectorArn
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the service principal name was created.
- Parameters:
createdAt
- The date and time that the service principal name was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryRegistrationArn
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
- Parameters:
directoryRegistrationArn
- The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a service principal name.
- Parameters:
status
- The status of a service principal name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a service principal name.
- Parameters:
status
- The status of a service principal name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information for the status of a service principal name if the status is failed.
- Parameters:
statusReason
- Additional information for the status of a service principal name 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 for the status of a service principal name if the status is failed.
- Parameters:
statusReason
- Additional information for the status of a service principal name 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 service principal name was updated.
- Parameters:
updatedAt
- The date and time that the service principal name was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-