Interface ListDataSourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataSourcesRequest.Builder,ListDataSourcesRequest>,DataZoneRequest.Builder,SdkBuilder<ListDataSourcesRequest.Builder,ListDataSourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDataSourcesRequest
public static interface ListDataSourcesRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListDataSourcesRequest.Builder,ListDataSourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataSourcesRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which to list the data sources.ListDataSourcesRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The identifier of the environment in which to list the data sources.ListDataSourcesRequest.BuildermaxResults(Integer maxResults)The maximum number of data sources to return in a single call toListDataSources.ListDataSourcesRequest.Buildername(String name)The name of the data source.ListDataSourcesRequest.BuildernextToken(String nextToken)When the number of data sources is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of data sources, the response includes a pagination token namedNextToken.ListDataSourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataSourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataSourcesRequest.BuilderprojectIdentifier(String projectIdentifier)The identifier of the project in which to list data sources.ListDataSourcesRequest.Builderstatus(String status)The status of the data source.ListDataSourcesRequest.Builderstatus(DataSourceStatus status)The status of the data source.ListDataSourcesRequest.Buildertype(String type)The type 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
-
domainIdentifier
ListDataSourcesRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list the data sources.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which to list the data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
ListDataSourcesRequest.Builder environmentIdentifier(String environmentIdentifier)
The identifier of the environment in which to list the data sources.
- Parameters:
environmentIdentifier- The identifier of the environment in which to list the data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDataSourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of data sources to return in a single call to
ListDataSources. When the number of data sources to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListDataSourcesto list the next set of data sources.- Parameters:
maxResults- The maximum number of data sources to return in a single call toListDataSources. When the number of data sources to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListDataSourcesto list the next set of data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListDataSourcesRequest.Builder name(String name)
The name of the data source.
- Parameters:
name- The name of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDataSourcesRequest.Builder nextToken(String nextToken)
When the number of data sources is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of data sources, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataSourcesto list the next set of data sources.- Parameters:
nextToken- When the number of data sources is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of data sources, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataSourcesto list the next set of data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectIdentifier
ListDataSourcesRequest.Builder projectIdentifier(String projectIdentifier)
The identifier of the project in which to list data sources.
- Parameters:
projectIdentifier- The identifier of the project in which to list data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListDataSourcesRequest.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:
DataSourceStatus,DataSourceStatus
-
status
ListDataSourcesRequest.Builder status(DataSourceStatus 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:
DataSourceStatus,DataSourceStatus
-
type
ListDataSourcesRequest.Builder type(String type)
The type of the data source.
- Parameters:
type- The type of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDataSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-