public static interface ListEventLogsRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEventLogsRequest.Builder |
endTime(Instant endTime)
The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp
format as specified in RFC 3339.
|
ListEventLogsRequest.Builder |
eventName(String eventName)
The name of the event.
|
ListEventLogsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API.
|
ListEventLogsRequest.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
ListEventLogsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventLogsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEventLogsRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
ListEventLogsRequest.Builder |
startTime(Instant startTime)
The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp
format as specified in RFC 3339.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventLogsRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.ListEventLogsRequest.Builder startTime(Instant startTime)
The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
startTime - The date and time when you want to start retrieving events, in coordinated universal time (UTC)
timestamp format as specified in RFC
3339.ListEventLogsRequest.Builder endTime(Instant endTime)
The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
endTime - The time after which you do not want any events retrieved, in coordinated universal time (UTC)
timestamp format as specified in RFC
3339.ListEventLogsRequest.Builder eventName(String eventName)
The name of the event.
eventName - The name of the event.ListEventLogsRequest.Builder nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.ListEventLogsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API. If the number of results is larger than
the number you specified, the response will include a NextToken element, which you can use to
obtain additional results.
maxResults - The maximum number of results to show in a single call to this API. If the number of results is larger
than the number you specified, the response will include a NextToken element, which you
can use to obtain additional results.ListEventLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.