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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServicePrincipalName.BuilderconnectorArn(String connectorArn)The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.ServicePrincipalName.BuildercreatedAt(Instant createdAt)The date and time that the service principal name was created.ServicePrincipalName.BuilderdirectoryRegistrationArn(String directoryRegistrationArn)The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.ServicePrincipalName.Builderstatus(String status)The status of a service principal name.ServicePrincipalName.Builderstatus(ServicePrincipalNameStatus status)The status of a service principal name.ServicePrincipalName.BuilderstatusReason(String statusReason)Additional information for the status of a service principal name if the status is failed.ServicePrincipalName.BuilderstatusReason(ServicePrincipalNameStatusReason statusReason)Additional information for the status of a service principal name if the status is failed.ServicePrincipalName.BuilderupdatedAt(Instant updatedAt)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 Detail
-
connectorArn
ServicePrincipalName.Builder connectorArn(String 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
ServicePrincipalName.Builder createdAt(Instant 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
ServicePrincipalName.Builder directoryRegistrationArn(String 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
ServicePrincipalName.Builder status(String 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:
ServicePrincipalNameStatus,ServicePrincipalNameStatus
-
status
ServicePrincipalName.Builder status(ServicePrincipalNameStatus 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:
ServicePrincipalNameStatus,ServicePrincipalNameStatus
-
statusReason
ServicePrincipalName.Builder statusReason(String 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:
ServicePrincipalNameStatusReason,ServicePrincipalNameStatusReason
-
statusReason
ServicePrincipalName.Builder statusReason(ServicePrincipalNameStatusReason 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:
ServicePrincipalNameStatusReason,ServicePrincipalNameStatusReason
-
updatedAt
ServicePrincipalName.Builder updatedAt(Instant 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.
-
-