public static interface ListDomainsRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsRequest.Builder |
filterConditions(Collection<FilterCondition> filterConditions)
A complex type that contains information about the filters applied during the
ListDomains
request. |
ListDomainsRequest.Builder |
filterConditions(Consumer<FilterCondition.Builder>... filterConditions)
A complex type that contains information about the filters applied during the
ListDomains
request. |
ListDomainsRequest.Builder |
filterConditions(FilterCondition... filterConditions)
A complex type that contains information about the filters applied during the
ListDomains
request. |
ListDomainsRequest.Builder |
marker(String marker)
For an initial request for a list of domains, omit this element.
|
ListDomainsRequest.Builder |
maxItems(Integer maxItems)
Number of domains to be returned.
|
ListDomainsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDomainsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListDomainsRequest.Builder |
sortCondition(Consumer<SortCondition.Builder> sortCondition)
A complex type that contains information about the requested ordering of domains in the returned list.
|
ListDomainsRequest.Builder |
sortCondition(SortCondition sortCondition)
A complex type that contains information about the requested ordering of domains in the returned list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsRequest.Builder filterConditions(Collection<FilterCondition> filterConditions)
A complex type that contains information about the filters applied during the ListDomains
request. The filter conditions can include domain name and domain expiration.
filterConditions - A complex type that contains information about the filters applied during the ListDomains
request. The filter conditions can include domain name and domain expiration.ListDomainsRequest.Builder filterConditions(FilterCondition... filterConditions)
A complex type that contains information about the filters applied during the ListDomains
request. The filter conditions can include domain name and domain expiration.
filterConditions - A complex type that contains information about the filters applied during the ListDomains
request. The filter conditions can include domain name and domain expiration.ListDomainsRequest.Builder filterConditions(Consumer<FilterCondition.Builder>... filterConditions)
A complex type that contains information about the filters applied during the ListDomains
request. The filter conditions can include domain name and domain expiration.
FilterCondition.Builder avoiding the need to
create one manually via
FilterCondition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filterConditions(List.
filterConditions - a consumer that will call methods on
FilterCondition.Builder#filterConditions(java.util.Collection) ListDomainsRequest.Builder sortCondition(SortCondition sortCondition)
A complex type that contains information about the requested ordering of domains in the returned list.
sortCondition - A complex type that contains information about the requested ordering of domains in the returned list.default ListDomainsRequest.Builder sortCondition(Consumer<SortCondition.Builder> sortCondition)
A complex type that contains information about the requested ordering of domains in the returned list.
This is a convenience method that creates an instance of theSortCondition.Builder avoiding the need
to create one manually via SortCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortCondition(SortCondition).
sortCondition - a consumer that will call methods on SortCondition.BuildersortCondition(SortCondition)ListDomainsRequest.Builder marker(String marker)
For an initial request for a list of domains, omit this element. If the number of domains that are associated
with the current Amazon Web Services account is greater than the value that you specified for
MaxItems, you can use Marker to return additional domains. Get the value of
NextPageMarker from the previous response, and submit another request that includes the value of
NextPageMarker in the Marker element.
Constraints: The marker must match the value specified in the previous request.
marker - For an initial request for a list of domains, omit this element. If the number of domains that are
associated with the current Amazon Web Services account is greater than the value that you specified
for MaxItems, you can use Marker to return additional domains. Get the value
of NextPageMarker from the previous response, and submit another request that includes
the value of NextPageMarker in the Marker element.
Constraints: The marker must match the value specified in the previous request.
ListDomainsRequest.Builder maxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems - Number of domains to be returned.
Default: 20
ListDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.