public static interface ListIntegrationsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationsRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
ListIntegrationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListIntegrationsRequest.Builder |
nextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
|
ListIntegrationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIntegrationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntegrationsRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.ListIntegrationsRequest.Builder nextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
nextToken - The pagination token from the previous ListIntegrations API call.ListIntegrationsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.ListIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.