public static interface TimeWindow.Builder extends CopyableBuilder<TimeWindow.Builder,TimeWindow>
Modifier and Type | Method and Description |
---|---|
TimeWindow.Builder |
endTime(Instant endTime)
The end of the time range from which you want
GetSampledRequests to return a sample of the
requests that your AWS resource received. |
TimeWindow.Builder |
startTime(Instant startTime)
The beginning of the time range from which you want
GetSampledRequests to return a sample of the
requests that your AWS resource received. |
copy
applyMutation, build
TimeWindow.Builder startTime(Instant startTime)
The beginning of the time range from which you want GetSampledRequests
to return a sample of the
requests that your AWS resource received. Specify the date and time in the following format:
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
startTime
- The beginning of the time range from which you want GetSampledRequests
to return a sample
of the requests that your AWS resource received. Specify the date and time in the following format:
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.TimeWindow.Builder endTime(Instant endTime)
The end of the time range from which you want GetSampledRequests
to return a sample of the
requests that your AWS resource received. Specify the date and time in the following format:
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
endTime
- The end of the time range from which you want GetSampledRequests
to return a sample of
the requests that your AWS resource received. Specify the date and time in the following format:
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.