Class DescribeDataSourcesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest
-
- software.amazon.awssdk.services.machinelearning.model.DescribeDataSourcesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeDataSourcesRequest.Builder,DescribeDataSourcesRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeDataSourcesRequest extends MachineLearningRequest implements ToCopyableBuilder<DescribeDataSourcesRequest.Builder,DescribeDataSourcesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeDataSourcesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeDataSourcesRequest.Builderbuilder()Stringeq()The equal to operator.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DataSourceFilterVariablefilterVariable()Use one of the following variables to filter a list ofDataSource:StringfilterVariableAsString()Use one of the following variables to filter a list ofDataSource:Stringge()The greater than or equal to operator.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)Stringgt()The greater than operator.inthashCode()Stringle()The less than or equal to operator.Integerlimit()The maximum number ofDataSourceto include in the result.Stringlt()The less than operator.Stringne()The not equal to operator.StringnextToken()The ID of the page in the paginated results.Stringprefix()A string that is found at the beginning of a variable, such asNameorId.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeDataSourcesRequest.Builder>serializableBuilderClass()SortOrdersortOrder()A two-value parameter that determines the sequence of the resulting list ofDataSource.StringsortOrderAsString()A two-value parameter that determines the sequence of the resulting list ofDataSource.DescribeDataSourcesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
filterVariable
public final 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.
If the service returns an enum value that is not available in the current SDK version,
filterVariablewill returnDataSourceFilterVariable.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterVariableAsString().- Returns:
- 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.
-
- See Also:
DataSourceFilterVariable
-
-
filterVariableAsString
public final String filterVariableAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
filterVariablewill returnDataSourceFilterVariable.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterVariableAsString().- Returns:
- 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.
-
- See Also:
DataSourceFilterVariable
-
-
eq
public final String eq()
The equal to operator. The
DataSourceresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Returns:
- The equal to operator. The
DataSourceresults will haveFilterVariablevalues that exactly match the value specified withEQ.
-
gt
public final String gt()
The greater than operator. The
DataSourceresults will haveFilterVariablevalues that are greater than the value specified withGT.- Returns:
- The greater than operator. The
DataSourceresults will haveFilterVariablevalues that are greater than the value specified withGT.
-
lt
public final String lt()
The less than operator. The
DataSourceresults will haveFilterVariablevalues that are less than the value specified withLT.- Returns:
- The less than operator. The
DataSourceresults will haveFilterVariablevalues that are less than the value specified withLT.
-
ge
public final String ge()
The greater than or equal to operator. The
DataSourceresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Returns:
- The greater than or equal to operator. The
DataSourceresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.
-
le
public final String le()
The less than or equal to operator. The
DataSourceresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Returns:
- The less than or equal to operator. The
DataSourceresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.
-
ne
public final String ne()
The not equal to operator. The
DataSourceresults will haveFilterVariablevalues not equal to the value specified withNE.- Returns:
- The not equal to operator. The
DataSourceresults will haveFilterVariablevalues not equal to the value specified withNE.
-
prefix
public final 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
- Returns:
- 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
-
-
-
sortOrder
public final 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.If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- 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. -
- See Also:
SortOrder
-
-
sortOrderAsString
public final String sortOrderAsString()
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.If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- 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. -
- See Also:
SortOrder
-
-
nextToken
public final String nextToken()
The ID of the page in the paginated results.
- Returns:
- The ID of the page in the paginated results.
-
limit
public final Integer limit()
The maximum number of
DataSourceto include in the result.- Returns:
- The maximum number of
DataSourceto include in the result.
-
toBuilder
public DescribeDataSourcesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeDataSourcesRequest.Builder,DescribeDataSourcesRequest>- Specified by:
toBuilderin classMachineLearningRequest
-
builder
public static DescribeDataSourcesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeDataSourcesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-