public static interface ListDomainAssociationsRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListDomainAssociationsRequest.Builder,ListDomainAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDomainAssociationsRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
ListDomainAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
ListDomainAssociationsRequest.Builder |
nextToken(String nextToken)
A pagination token.
|
ListDomainAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDomainAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainAssociationsRequest.Builder appId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.ListDomainAssociationsRequest.Builder nextToken(String nextToken)
A pagination token. Set to null to start listing apps from the start. If non-null, a pagination token is returned in a result. Pass its value in here to list more projects.
nextToken - A pagination token. Set to null to start listing apps from the start. If non-null, a pagination token
is returned in a result. Pass its value in here to list more projects.ListDomainAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults - The maximum number of records to list in a single response.ListDomainAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDomainAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.