public static interface GetDomainNamesRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<GetDomainNamesRequest.Builder,GetDomainNamesRequest>
Modifier and Type | Method and Description |
---|---|
GetDomainNamesRequest.Builder |
maxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetDomainNamesRequest.Builder |
nextToken(String nextToken)
The next page of elements from this collection.
|
GetDomainNamesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDomainNamesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDomainNamesRequest.Builder maxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.GetDomainNamesRequest.Builder nextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.GetDomainNamesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDomainNamesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.