CopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
, SdkBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
public static interface DescribeEventsRequest.Builder extends CopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeEventsRequest.Builder |
duration(Integer duration) |
The duration of the events to be listed.
|
DescribeEventsRequest.Builder |
endTime(Date endTime) |
The end time for the events to be listed.
|
DescribeEventsRequest.Builder |
eventCategories(String... eventCategories) |
A list of event categories for a source type that you want to subscribe to.
|
DescribeEventsRequest.Builder |
eventCategories(Collection<String> eventCategories) |
A list of event categories for a source type that you want to subscribe to.
|
DescribeEventsRequest.Builder |
filters(Collection<Filter> filters) |
Filters applied to the action.
|
DescribeEventsRequest.Builder |
filters(Filter... filters) |
Filters applied to the action.
|
DescribeEventsRequest.Builder |
marker(String marker) |
An optional pagination token provided by a previous request.
|
DescribeEventsRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of records to include in the response.
|
DescribeEventsRequest.Builder |
sourceIdentifier(String sourceIdentifier) |
The identifier of the event source.
|
DescribeEventsRequest.Builder |
sourceType(String sourceType) |
The type of AWS DMS resource that generates events.
|
DescribeEventsRequest.Builder |
sourceType(SourceType sourceType) |
The type of AWS DMS resource that generates events.
|
DescribeEventsRequest.Builder |
startTime(Date startTime) |
The start time for the events to be listed.
|
copy
apply, build
DescribeEventsRequest.Builder sourceIdentifier(String sourceIdentifier)
The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.
sourceIdentifier
- The identifier of the event source. An identifier must begin with a letter and must contain only ASCII
letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.DescribeEventsRequest.Builder sourceType(String sourceType)
The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
sourceType
- The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
SourceType
DescribeEventsRequest.Builder sourceType(SourceType sourceType)
The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
sourceType
- The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
SourceType
DescribeEventsRequest.Builder startTime(Date startTime)
The start time for the events to be listed.
startTime
- The start time for the events to be listed.DescribeEventsRequest.Builder endTime(Date endTime)
The end time for the events to be listed.
endTime
- The end time for the events to be listed.DescribeEventsRequest.Builder duration(Integer duration)
The duration of the events to be listed.
duration
- The duration of the events to be listed.DescribeEventsRequest.Builder eventCategories(Collection<String> eventCategories)
A list of event categories for a source type that you want to subscribe to.
eventCategories
- A list of event categories for a source type that you want to subscribe to.DescribeEventsRequest.Builder eventCategories(String... eventCategories)
A list of event categories for a source type that you want to subscribe to.
NOTE: This method appends the values to the existing list (if any). Use
#setEventCategories(java.util.Collection)
or #withEventCategories(java.util.Collection)
if
you want to override the existing values.
eventCategories
- A list of event categories for a source type that you want to subscribe to.DescribeEventsRequest.Builder filters(Collection<Filter> filters)
Filters applied to the action.
filters
- Filters applied to the action.DescribeEventsRequest.Builder filters(Filter... filters)
Filters applied to the action.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- Filters applied to the action.DescribeEventsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that
the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
DescribeEventsRequest.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.