CopyableBuilder<TimeWindow.Builder,TimeWindow>, SdkBuilder<TimeWindow.Builder,TimeWindow>public static interface TimeWindow.Builder extends CopyableBuilder<TimeWindow.Builder,TimeWindow>
| Modifier and Type | Method | Description |
|---|---|---|
TimeWindow.Builder |
endTime(Date 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(Date startTime) |
The beginning of the time range from which you want
GetSampledRequests to return a sample of the
requests that your AWS resource received. |
copyapply, buildTimeWindow.Builder startTime(Date 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(Date 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.