Interface ListDomainsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>,DataZoneRequest.Builder,SdkBuilder<ListDomainsRequest.Builder,ListDomainsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDomainsRequest
public static interface ListDomainsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDomainsRequest.BuildermaxResults(Integer maxResults)The maximum number of domains to return in a single call toListDomains.ListDomainsRequest.BuildernextToken(String nextToken)When the number of domains is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of domains, the response includes a pagination token namedNextToken.ListDomainsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDomainsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDomainsRequest.Builderstatus(String status)The status of the data source.ListDomainsRequest.Builderstatus(DomainStatus status)The status of the data source.-
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.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListDomainsRequest.Builder maxResults(Integer maxResults)
The maximum number of domains to return in a single call to
ListDomains. When the number of domains to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListDomainsto list the next set of domains.- Parameters:
maxResults- The maximum number of domains to return in a single call toListDomains. When the number of domains to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListDomainsto list the next set of domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDomainsRequest.Builder nextToken(String nextToken)
When the number of domains is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of domains, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDomainsto list the next set of domains.- Parameters:
nextToken- When the number of domains is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of domains, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDomainsto list the next set of domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListDomainsRequest.Builder status(String status)
The status of the data source.
- Parameters:
status- The status of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DomainStatus,DomainStatus
-
status
ListDomainsRequest.Builder status(DomainStatus status)
The status of the data source.
- Parameters:
status- The status of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DomainStatus,DomainStatus
-
overrideConfiguration
ListDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-