public static interface ListServicePrincipalNamesResponse.Builder extends PcaConnectorAdResponse.Builder, SdkPojo, CopyableBuilder<ListServicePrincipalNamesResponse.Builder,ListServicePrincipalNamesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicePrincipalNamesResponse.Builder |
nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results.
|
ListServicePrincipalNamesResponse.Builder |
servicePrincipalNames(Collection<ServicePrincipalNameSummary> servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
ListServicePrincipalNamesResponse.Builder |
servicePrincipalNames(Consumer<ServicePrincipalNameSummary.Builder>... servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
ListServicePrincipalNamesResponse.Builder |
servicePrincipalNames(ServicePrincipalNameSummary... servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicePrincipalNamesResponse.Builder nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just
received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you
just received.ListServicePrincipalNamesResponse.Builder servicePrincipalNames(Collection<ServicePrincipalNameSummary> servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
servicePrincipalNames - The service principal name, if any, that the connector uses to authenticate with Active Directory.ListServicePrincipalNamesResponse.Builder servicePrincipalNames(ServicePrincipalNameSummary... servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
servicePrincipalNames - The service principal name, if any, that the connector uses to authenticate with Active Directory.ListServicePrincipalNamesResponse.Builder servicePrincipalNames(Consumer<ServicePrincipalNameSummary.Builder>... servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
This is a convenience method that creates an instance of theServicePrincipalNameSummary.Builder avoiding the
need to create one manually via
ServicePrincipalNameSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #servicePrincipalNames(List.
servicePrincipalNames - a consumer that will call methods on
ServicePrincipalNameSummary.Builder#servicePrincipalNames(java.util.Collection) Copyright © 2023. All rights reserved.