Interface ServicePrincipalNameSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServicePrincipalNameSummary.Builder,ServicePrincipalNameSummary>,SdkBuilder<ServicePrincipalNameSummary.Builder,ServicePrincipalNameSummary>,SdkPojo
- Enclosing class:
- ServicePrincipalNameSummary
public static interface ServicePrincipalNameSummary.Builder extends SdkPojo, CopyableBuilder<ServicePrincipalNameSummary.Builder,ServicePrincipalNameSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServicePrincipalNameSummary.BuilderconnectorArn(String connectorArn)The Amazon Resource Name (ARN) that was returned when you called CreateConnector.ServicePrincipalNameSummary.BuildercreatedAt(Instant createdAt)The date and time that the service principal name was created.ServicePrincipalNameSummary.BuilderdirectoryRegistrationArn(String directoryRegistrationArn)The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.ServicePrincipalNameSummary.Builderstatus(String status)The status of a service principal name.ServicePrincipalNameSummary.Builderstatus(ServicePrincipalNameStatus status)The status of a service principal name.ServicePrincipalNameSummary.BuilderstatusReason(String statusReason)Additional information for the status of a service principal name if the status is failed.ServicePrincipalNameSummary.BuilderstatusReason(ServicePrincipalNameStatusReason statusReason)Additional information for the status of a service principal name if the status is failed.ServicePrincipalNameSummary.BuilderupdatedAt(Instant updatedAt)Time when 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
ServicePrincipalNameSummary.Builder connectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
- Parameters:
connectorArn- 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.
-
createdAt
ServicePrincipalNameSummary.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
ServicePrincipalNameSummary.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
ServicePrincipalNameSummary.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
ServicePrincipalNameSummary.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
ServicePrincipalNameSummary.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
ServicePrincipalNameSummary.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
ServicePrincipalNameSummary.Builder updatedAt(Instant updatedAt)
Time when the service principal name was updated.
- Parameters:
updatedAt- Time when the service principal name was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-