public static interface GetServicePrincipalNameResponse.Builder extends PcaConnectorAdResponse.Builder, SdkPojo, CopyableBuilder<GetServicePrincipalNameResponse.Builder,GetServicePrincipalNameResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetServicePrincipalNameResponse.Builder |
servicePrincipalName(Consumer<ServicePrincipalName.Builder> servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
|
GetServicePrincipalNameResponse.Builder |
servicePrincipalName(ServicePrincipalName servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServicePrincipalNameResponse.Builder servicePrincipalName(ServicePrincipalName servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
servicePrincipalName - The service principal name that the connector uses to authenticate with Active Directory.default GetServicePrincipalNameResponse.Builder servicePrincipalName(Consumer<ServicePrincipalName.Builder> servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
This is a convenience method that creates an instance of theServicePrincipalName.Builder avoiding
the need to create one manually via ServicePrincipalName.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to servicePrincipalName(ServicePrincipalName).
servicePrincipalName - a consumer that will call methods on ServicePrincipalName.BuilderservicePrincipalName(ServicePrincipalName)Copyright © 2023. All rights reserved.