Interface ListDomainsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>,SdkBuilder<ListDomainsRequest.Builder,ListDomainsRequest>,SdkPojo,SdkRequest.Builder,SwfRequest.Builder
- Enclosing class:
- ListDomainsRequest
public static interface ListDomainsRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDomainsRequest.BuildermaximumPageSize(Integer maximumPageSize)The maximum number of results that are returned per call.ListDomainsRequest.BuildernextPageToken(String nextPageToken)IfNextPageTokenis returned there are more results available.ListDomainsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDomainsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDomainsRequest.BuilderregistrationStatus(String registrationStatus)Specifies the registration status of the domains to list.ListDomainsRequest.BuilderregistrationStatus(RegistrationStatus registrationStatus)Specifies the registration status of the domains to list.ListDomainsRequest.BuilderreverseOrder(Boolean reverseOrder)When set totrue, returns the results in reverse order.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build
-
-
-
-
Method Detail
-
nextPageToken
ListDomainsRequest.Builder nextPageToken(String nextPageToken)
If
NextPageTokenis returned there are more results available. The value ofNextPageTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a400error: "Specified token has exceeded its maximum lifetime".The configured
maximumPageSizedetermines how many results can be returned in a single call.- Parameters:
nextPageToken- IfNextPageTokenis returned there are more results available. The value ofNextPageTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a400error: "Specified token has exceeded its maximum lifetime".The configured
maximumPageSizedetermines how many results can be returned in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationStatus
ListDomainsRequest.Builder registrationStatus(String registrationStatus)
Specifies the registration status of the domains to list.
- Parameters:
registrationStatus- Specifies the registration status of the domains to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistrationStatus,RegistrationStatus
-
registrationStatus
ListDomainsRequest.Builder registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the domains to list.
- Parameters:
registrationStatus- Specifies the registration status of the domains to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistrationStatus,RegistrationStatus
-
maximumPageSize
ListDomainsRequest.Builder maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call. Use
nextPageTokento obtain further pages of results.- Parameters:
maximumPageSize- The maximum number of results that are returned per call. UsenextPageTokento obtain further pages of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reverseOrder
ListDomainsRequest.Builder reverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order bynameof the domains.- Parameters:
reverseOrder- When set totrue, returns the results in reverse order. By default, the results are returned in ascending alphabetical order bynameof the domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-