Interface DescribeDataSourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDataSourcesRequest.Builder,DescribeDataSourcesRequest>,MachineLearningRequest.Builder,SdkBuilder<DescribeDataSourcesRequest.Builder,DescribeDataSourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDataSourcesRequest
public static interface DescribeDataSourcesRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<DescribeDataSourcesRequest.Builder,DescribeDataSourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDataSourcesRequest.Buildereq(String eq)The equal to operator.DescribeDataSourcesRequest.BuilderfilterVariable(String filterVariable)Use one of the following variables to filter a list ofDataSource:DescribeDataSourcesRequest.BuilderfilterVariable(DataSourceFilterVariable filterVariable)Use one of the following variables to filter a list ofDataSource:DescribeDataSourcesRequest.Builderge(String ge)The greater than or equal to operator.DescribeDataSourcesRequest.Buildergt(String gt)The greater than operator.DescribeDataSourcesRequest.Builderle(String le)The less than or equal to operator.DescribeDataSourcesRequest.Builderlimit(Integer limit)The maximum number ofDataSourceto include in the result.DescribeDataSourcesRequest.Builderlt(String lt)The less than operator.DescribeDataSourcesRequest.Builderne(String ne)The not equal to operator.DescribeDataSourcesRequest.BuildernextToken(String nextToken)The ID of the page in the paginated results.DescribeDataSourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDataSourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDataSourcesRequest.Builderprefix(String prefix)A string that is found at the beginning of a variable, such asNameorId.DescribeDataSourcesRequest.BuildersortOrder(String sortOrder)A two-value parameter that determines the sequence of the resulting list ofDataSource.DescribeDataSourcesRequest.BuildersortOrder(SortOrder sortOrder)A two-value parameter that determines the sequence of the resulting list ofDataSource.-
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.machinelearning.model.MachineLearningRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
filterVariable
DescribeDataSourcesRequest.Builder filterVariable(String filterVariable)
Use one of the following variables to filter a list of
DataSource:-
CreatedAt- Sets the search criteria toDataSourcecreation dates. -
Status- Sets the search criteria toDataSourcestatuses. -
Name- Sets the search criteria to the contents ofDataSourceName. -
DataUri- Sets the search criteria to the URI of data files used to create theDataSource. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser- Sets the search criteria to the user account that invoked theDataSourcecreation.
- Parameters:
filterVariable- Use one of the following variables to filter a list ofDataSource:-
CreatedAt- Sets the search criteria toDataSourcecreation dates. -
Status- Sets the search criteria toDataSourcestatuses. -
Name- Sets the search criteria to the contents ofDataSourceName. -
DataUri- Sets the search criteria to the URI of data files used to create theDataSource. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser- Sets the search criteria to the user account that invoked theDataSourcecreation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceFilterVariable,DataSourceFilterVariable
-
-
filterVariable
DescribeDataSourcesRequest.Builder filterVariable(DataSourceFilterVariable filterVariable)
Use one of the following variables to filter a list of
DataSource:-
CreatedAt- Sets the search criteria toDataSourcecreation dates. -
Status- Sets the search criteria toDataSourcestatuses. -
Name- Sets the search criteria to the contents ofDataSourceName. -
DataUri- Sets the search criteria to the URI of data files used to create theDataSource. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser- Sets the search criteria to the user account that invoked theDataSourcecreation.
- Parameters:
filterVariable- Use one of the following variables to filter a list ofDataSource:-
CreatedAt- Sets the search criteria toDataSourcecreation dates. -
Status- Sets the search criteria toDataSourcestatuses. -
Name- Sets the search criteria to the contents ofDataSourceName. -
DataUri- Sets the search criteria to the URI of data files used to create theDataSource. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser- Sets the search criteria to the user account that invoked theDataSourcecreation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceFilterVariable,DataSourceFilterVariable
-
-
eq
DescribeDataSourcesRequest.Builder eq(String eq)
The equal to operator. The
DataSourceresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Parameters:
eq- The equal to operator. TheDataSourceresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gt
DescribeDataSourcesRequest.Builder gt(String gt)
The greater than operator. The
DataSourceresults will haveFilterVariablevalues that are greater than the value specified withGT.- Parameters:
gt- The greater than operator. TheDataSourceresults will haveFilterVariablevalues that are greater than the value specified withGT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lt
DescribeDataSourcesRequest.Builder lt(String lt)
The less than operator. The
DataSourceresults will haveFilterVariablevalues that are less than the value specified withLT.- Parameters:
lt- The less than operator. TheDataSourceresults will haveFilterVariablevalues that are less than the value specified withLT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ge
DescribeDataSourcesRequest.Builder ge(String ge)
The greater than or equal to operator. The
DataSourceresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Parameters:
ge- The greater than or equal to operator. TheDataSourceresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
le
DescribeDataSourcesRequest.Builder le(String le)
The less than or equal to operator. The
DataSourceresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Parameters:
le- The less than or equal to operator. TheDataSourceresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ne
DescribeDataSourcesRequest.Builder ne(String ne)
The not equal to operator. The
DataSourceresults will haveFilterVariablevalues not equal to the value specified withNE.- Parameters:
ne- The not equal to operator. TheDataSourceresults will haveFilterVariablevalues not equal to the value specified withNE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
DescribeDataSourcesRequest.Builder prefix(String prefix)
A string that is found at the beginning of a variable, such as
NameorId.For example, a
DataSourcecould have theName2014-09-09-HolidayGiftMailer. To search for thisDataSource, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
- Parameters:
prefix- A string that is found at the beginning of a variable, such asNameorId.For example, a
DataSourcecould have theName2014-09-09-HolidayGiftMailer. To search for thisDataSource, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sortOrder
DescribeDataSourcesRequest.Builder sortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of
DataSource.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.- Parameters:
sortOrder- A two-value parameter that determines the sequence of the resulting list ofDataSource.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
-
sortOrder
DescribeDataSourcesRequest.Builder sortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of
DataSource.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.- Parameters:
sortOrder- A two-value parameter that determines the sequence of the resulting list ofDataSource.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
-
nextToken
DescribeDataSourcesRequest.Builder nextToken(String nextToken)
The ID of the page in the paginated results.
- Parameters:
nextToken- The ID of the page in the paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
DescribeDataSourcesRequest.Builder limit(Integer limit)
The maximum number of
DataSourceto include in the result.- Parameters:
limit- The maximum number ofDataSourceto include in the result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDataSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDataSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-