public class DescribeDataSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeDataSources operation
.
Returns a list of DataSource
that match the search
criteria in the request.
NOOP
Constructor and Description |
---|
DescribeDataSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDataSourcesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getEQ()
The equal to operator.
|
String |
getFilterVariable()
Use one of the following variables to filter a list of
DataSource : CreatedAt - Sets the
search criteria to DataSource creation dates.
Status - Sets the search criteria to
DataSource statuses. Name - Sets
the search criteria to the contents of DataSource
Name . DataUri - Sets the
search criteria to the URI of data files used to create the
DataSource . |
String |
getGE()
The greater than or equal to operator.
|
String |
getGT()
The greater than operator.
|
String |
getLE()
The less than or equal to operator.
|
Integer |
getLimit()
The maximum number of
DataSource to include in the
result. |
String |
getLT()
The less than operator.
|
String |
getNE()
The not equal to operator.
|
String |
getNextToken()
The ID of the page in the paginated results.
|
String |
getPrefix()
A string that is found at the beginning of a variable, such as
Name or Id . |
String |
getSortOrder()
A two-value parameter that determines the sequence of the resulting
list of
DataSource . |
int |
hashCode() |
void |
setEQ(String eQ)
The equal to operator.
|
void |
setFilterVariable(DataSourceFilterVariable filterVariable)
Use one of the following variables to filter a list of
DataSource : CreatedAt - Sets the
search criteria to DataSource creation dates.
Status - Sets the search criteria to
DataSource statuses. Name - Sets
the search criteria to the contents of DataSource
Name . DataUri - Sets the
search criteria to the URI of data files used to create the
DataSource . |
void |
setFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
DataSource : CreatedAt - Sets the
search criteria to DataSource creation dates.
Status - Sets the search criteria to
DataSource statuses. Name - Sets
the search criteria to the contents of DataSource
Name . DataUri - Sets the
search criteria to the URI of data files used to create the
DataSource . |
void |
setGE(String gE)
The greater than or equal to operator.
|
void |
setGT(String gT)
The greater than operator.
|
void |
setLE(String lE)
The less than or equal to operator.
|
void |
setLimit(Integer limit)
The maximum number of
DataSource to include in the
result. |
void |
setLT(String lT)
The less than operator.
|
void |
setNE(String nE)
The not equal to operator.
|
void |
setNextToken(String nextToken)
The ID of the page in the paginated results.
|
void |
setPrefix(String prefix)
A string that is found at the beginning of a variable, such as
Name or Id . |
void |
setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
DataSource . |
void |
setSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
DataSource . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDataSourcesRequest |
withEQ(String eQ)
The equal to operator.
|
DescribeDataSourcesRequest |
withFilterVariable(DataSourceFilterVariable filterVariable)
Use one of the following variables to filter a list of
DataSource : CreatedAt - Sets the
search criteria to DataSource creation dates.
Status - Sets the search criteria to
DataSource statuses. Name - Sets
the search criteria to the contents of DataSource
Name . DataUri - Sets the
search criteria to the URI of data files used to create the
DataSource . |
DescribeDataSourcesRequest |
withFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
DataSource : CreatedAt - Sets the
search criteria to DataSource creation dates.
Status - Sets the search criteria to
DataSource statuses. Name - Sets
the search criteria to the contents of DataSource
Name . DataUri - Sets the
search criteria to the URI of data files used to create the
DataSource . |
DescribeDataSourcesRequest |
withGE(String gE)
The greater than or equal to operator.
|
DescribeDataSourcesRequest |
withGT(String gT)
The greater than operator.
|
DescribeDataSourcesRequest |
withLE(String lE)
The less than or equal to operator.
|
DescribeDataSourcesRequest |
withLimit(Integer limit)
The maximum number of
DataSource to include in the
result. |
DescribeDataSourcesRequest |
withLT(String lT)
The less than operator.
|
DescribeDataSourcesRequest |
withNE(String nE)
The not equal to operator.
|
DescribeDataSourcesRequest |
withNextToken(String nextToken)
The ID of the page in the paginated results.
|
DescribeDataSourcesRequest |
withPrefix(String prefix)
A string that is found at the beginning of a variable, such as
Name or Id . |
DescribeDataSourcesRequest |
withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
DataSource . |
DescribeDataSourcesRequest |
withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
DataSource . |
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getFilterVariable()
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.
Constraints:
Allowed Values: CreatedAt, LastUpdatedAt, Status, Name, DataLocationS3, IAMUser
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.DataSourceFilterVariable
public void setFilterVariable(String filterVariable)
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.
Constraints:
Allowed Values: CreatedAt, LastUpdatedAt, Status, Name, DataLocationS3, IAMUser
filterVariable
- Use one of the following variables to filter a list of
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.DataSourceFilterVariable
public DescribeDataSourcesRequest withFilterVariable(String filterVariable)
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CreatedAt, LastUpdatedAt, Status, Name, DataLocationS3, IAMUser
filterVariable
- Use one of the following variables to filter a list of
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.DataSourceFilterVariable
public void setFilterVariable(DataSourceFilterVariable filterVariable)
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.
Constraints:
Allowed Values: CreatedAt, LastUpdatedAt, Status, Name, DataLocationS3, IAMUser
filterVariable
- Use one of the following variables to filter a list of
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.DataSourceFilterVariable
public DescribeDataSourcesRequest withFilterVariable(DataSourceFilterVariable filterVariable)
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CreatedAt, LastUpdatedAt, Status, Name, DataLocationS3, IAMUser
filterVariable
- Use one of the following variables to filter a list of
DataSource
: CreatedAt
- Sets the
search criteria to DataSource
creation dates.Status
- Sets the search criteria to
DataSource
statuses.Name
- Sets
the search criteria to the contents of DataSource
Name
.DataUri
- Sets the
search criteria to the URI of data files used to create the
DataSource
. 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 the DataSource
creation.DataSourceFilterVariable
public String getEQ()
DataSource
results will have
FilterVariable
values that exactly match the value
specified with EQ
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
DataSource
results will have
FilterVariable
values that exactly match the value
specified with EQ
.public void setEQ(String eQ)
DataSource
results will have
FilterVariable
values that exactly match the value
specified with EQ
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
eQ
- The equal to operator. The DataSource
results will have
FilterVariable
values that exactly match the value
specified with EQ
.public DescribeDataSourcesRequest withEQ(String eQ)
DataSource
results will have
FilterVariable
values that exactly match the value
specified with EQ
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
eQ
- The equal to operator. The DataSource
results will have
FilterVariable
values that exactly match the value
specified with EQ
.public String getGT()
DataSource
results will
have FilterVariable
values that are greater than the
value specified with GT
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
DataSource
results will
have FilterVariable
values that are greater than the
value specified with GT
.public void setGT(String gT)
DataSource
results will
have FilterVariable
values that are greater than the
value specified with GT
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
gT
- The greater than operator. The DataSource
results will
have FilterVariable
values that are greater than the
value specified with GT
.public DescribeDataSourcesRequest withGT(String gT)
DataSource
results will
have FilterVariable
values that are greater than the
value specified with GT
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
gT
- The greater than operator. The DataSource
results will
have FilterVariable
values that are greater than the
value specified with GT
.public String getLT()
DataSource
results will have
FilterVariable
values that are less than the value
specified with LT
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
DataSource
results will have
FilterVariable
values that are less than the value
specified with LT
.public void setLT(String lT)
DataSource
results will have
FilterVariable
values that are less than the value
specified with LT
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
lT
- The less than operator. The DataSource
results will have
FilterVariable
values that are less than the value
specified with LT
.public DescribeDataSourcesRequest withLT(String lT)
DataSource
results will have
FilterVariable
values that are less than the value
specified with LT
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
lT
- The less than operator. The DataSource
results will have
FilterVariable
values that are less than the value
specified with LT
.public String getGE()
DataSource
results will have FilterVariable
values that are greater
than or equal to the value specified with GE
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
DataSource
results will have FilterVariable
values that are greater
than or equal to the value specified with GE
.public void setGE(String gE)
DataSource
results will have FilterVariable
values that are greater
than or equal to the value specified with GE
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
gE
- The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater
than or equal to the value specified with GE
.public DescribeDataSourcesRequest withGE(String gE)
DataSource
results will have FilterVariable
values that are greater
than or equal to the value specified with GE
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
gE
- The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater
than or equal to the value specified with GE
.public String getLE()
DataSource
results will have FilterVariable
values that are less
than or equal to the value specified with LE
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
DataSource
results will have FilterVariable
values that are less
than or equal to the value specified with LE
.public void setLE(String lE)
DataSource
results will have FilterVariable
values that are less
than or equal to the value specified with LE
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
lE
- The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less
than or equal to the value specified with LE
.public DescribeDataSourcesRequest withLE(String lE)
DataSource
results will have FilterVariable
values that are less
than or equal to the value specified with LE
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
lE
- The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less
than or equal to the value specified with LE
.public String getNE()
DataSource
results will
have FilterVariable
values not equal to the value
specified with NE
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
DataSource
results will
have FilterVariable
values not equal to the value
specified with NE
.public void setNE(String nE)
DataSource
results will
have FilterVariable
values not equal to the value
specified with NE
.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
nE
- The not equal to operator. The DataSource
results will
have FilterVariable
values not equal to the value
specified with NE
.public DescribeDataSourcesRequest withNE(String nE)
DataSource
results will
have FilterVariable
values not equal to the value
specified with NE
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
nE
- The not equal to operator. The DataSource
results will
have FilterVariable
values not equal to the value
specified with NE
.public String getPrefix()
Name
or Id
. For example, a
DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this
DataSource
, select Name
for the
FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
Name
or Id
. For example, a
DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this
DataSource
, select Name
for the
FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
public void setPrefix(String prefix)
Name
or Id
. For example, a
DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this
DataSource
, select Name
for the
FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
prefix
- A string that is found at the beginning of a variable, such as
Name
or Id
. For example, a
DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this
DataSource
, select Name
for the
FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
public DescribeDataSourcesRequest withPrefix(String prefix)
Name
or Id
. For example, a
DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this
DataSource
, select Name
for the
FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
prefix
- A string that is found at the beginning of a variable, such as
Name
or Id
. For example, a
DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this
DataSource
, select Name
for the
FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
public String getSortOrder()
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
.
Constraints:
Allowed Values: asc, dsc
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
.
SortOrder
public void setSortOrder(String sortOrder)
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
.
Constraints:
Allowed Values: asc, dsc
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
.
SortOrder
public DescribeDataSourcesRequest withSortOrder(String sortOrder)
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
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: asc, dsc
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
.
SortOrder
public void setSortOrder(SortOrder sortOrder)
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
.
Constraints:
Allowed Values: asc, dsc
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
.
SortOrder
public DescribeDataSourcesRequest withSortOrder(SortOrder sortOrder)
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
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: asc, dsc
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
.
SortOrder
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The ID of the page in the paginated results.public DescribeDataSourcesRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The ID of the page in the paginated results.public Integer getLimit()
DataSource
to include in the
result.
Constraints:
Range: 1 - 100
DataSource
to include in the
result.public void setLimit(Integer limit)
DataSource
to include in the
result.
Constraints:
Range: 1 - 100
limit
- The maximum number of DataSource
to include in the
result.public DescribeDataSourcesRequest withLimit(Integer limit)
DataSource
to include in the
result.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
limit
- The maximum number of DataSource
to include in the
result.public String toString()
toString
in class Object
Object.toString()
public DescribeDataSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.