public static interface ListServicePrincipalNamesRequest.Builder extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<ListServicePrincipalNamesRequest.Builder,ListServicePrincipalNamesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServicePrincipalNamesRequest.Builder |
directoryRegistrationArn(String directoryRegistrationArn)
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
|
ListServicePrincipalNamesRequest.Builder |
maxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response
on each page.
|
ListServicePrincipalNamesRequest.Builder |
nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results.
|
ListServicePrincipalNamesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServicePrincipalNamesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicePrincipalNamesRequest.Builder directoryRegistrationArn(String directoryRegistrationArn)
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
directoryRegistrationArn - The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.ListServicePrincipalNamesRequest.Builder maxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response
on each page. If additional items exist beyond the number you specify, the NextToken element is
sent in the response. Use this NextToken value in a subsequent request to retrieve additional
items.
maxResults - Use this parameter when paginating results to specify the maximum number of items to return in the
response on each page. If additional items exist beyond the number you specify, the
NextToken element is sent in the response. Use this NextToken value in a
subsequent request to retrieve additional items.ListServicePrincipalNamesRequest.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.ListServicePrincipalNamesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServicePrincipalNamesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.