Interface ListDataSourcesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListDataSourcesRequest.Builder,,- ListDataSourcesRequest> - DataZoneRequest.Builder,- SdkBuilder<ListDataSourcesRequest.Builder,,- ListDataSourcesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListDataSourcesRequest
- 
Method SummaryModifier and TypeMethodDescriptionconnectionIdentifier(String connectionIdentifier) The ID of the connection.domainIdentifier(String domainIdentifier) The identifier of the Amazon DataZone domain in which to list the data sources.environmentIdentifier(String environmentIdentifier) The identifier of the environment in which to list the data sources.maxResults(Integer maxResults) The maximum number of data sources to return in a single call toListDataSources.The name of the data source.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectIdentifier(String projectIdentifier) The identifier of the project in which to list data sources.The status of the data source.status(DataSourceStatus status) The status of the data source.The type of the data source.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
connectionIdentifierThe ID of the connection. - Parameters:
- connectionIdentifier- The ID of the connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIdentifierThe 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.
 
- 
environmentIdentifierThe 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.
 
- 
maxResultsThe 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 to- ListDataSources. When the number of data sources to be listed is greater than the value of- MaxResults, the response contains a- NextTokenvalue that you can use in a subsequent call to- ListDataSourcesto list the next set of data sources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe 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.
 
- 
nextTokenWhen 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 the- MaxResultsparameter, or if you explicitly specify a value for- MaxResultsthat is less than the number of data sources, the response includes a pagination token named- NextToken. You can specify this- NextTokenvalue in a subsequent call to- ListDataSourcesto list the next set of data sources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectIdentifierThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
typeThe 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.
 
- 
overrideConfigurationListDataSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListDataSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-