public static interface TimeWindow.Builder extends SdkPojo, 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 Amazon Web Services 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 Amazon Web Services resource received. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeWindow.Builder startTime(Instant startTime)
The beginning of the time range from which you want GetSampledRequests to return a sample of the
requests that your Amazon Web Services resource received. You must specify the times in Coordinated Universal
Time (UTC) format. UTC format includes the special designator, Z. For example,
"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 Amazon Web Services resource received. You must specify the times in
Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z.
For example, "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 Amazon Web Services resource received. You must specify the times in Coordinated Universal
Time (UTC) format. UTC format includes the special designator, Z. For example,
"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 Amazon Web Services resource received. You must specify the times in
Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z.
For example, "2016-09-27T14:50Z". You can specify any time range in the previous three
hours.Copyright © 2023. All rights reserved.