public static interface LookupEventsRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<LookupEventsRequest.Builder,LookupEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
LookupEventsRequest.Builder |
endTime(Instant endTime)
Specifies that only events that occur before or at the specified time are returned.
|
LookupEventsRequest.Builder |
eventCategory(EventCategory eventCategory)
Specifies the event category.
|
LookupEventsRequest.Builder |
eventCategory(String eventCategory)
Specifies the event category.
|
LookupEventsRequest.Builder |
lookupAttributes(Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes.
|
LookupEventsRequest.Builder |
lookupAttributes(Consumer<LookupAttribute.Builder>... lookupAttributes)
Contains a list of lookup attributes.
|
LookupEventsRequest.Builder |
lookupAttributes(LookupAttribute... lookupAttributes)
Contains a list of lookup attributes.
|
LookupEventsRequest.Builder |
maxResults(Integer maxResults)
The number of events to return.
|
LookupEventsRequest.Builder |
nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
LookupEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
LookupEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
LookupEventsRequest.Builder |
startTime(Instant startTime)
Specifies that only events that occur after or at the specified time are returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildLookupEventsRequest.Builder lookupAttributes(Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes. Currently the list can contain only one item.
lookupAttributes - Contains a list of lookup attributes. Currently the list can contain only one item.LookupEventsRequest.Builder lookupAttributes(LookupAttribute... lookupAttributes)
Contains a list of lookup attributes. Currently the list can contain only one item.
lookupAttributes - Contains a list of lookup attributes. Currently the list can contain only one item.LookupEventsRequest.Builder lookupAttributes(Consumer<LookupAttribute.Builder>... lookupAttributes)
Contains a list of lookup attributes. Currently the list can contain only one item.
This is a convenience method that creates an instance of theLookupAttribute.Builder avoiding the need to create
one manually via LookupAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #lookupAttributes(List.
lookupAttributes - a consumer that will call methods on
LookupAttribute.Builder#lookupAttributes(java.util.Collection) LookupEventsRequest.Builder startTime(Instant startTime)
Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.
startTime - Specifies that only events that occur after or at the specified time are returned. If the specified
start time is after the specified end time, an error is returned.LookupEventsRequest.Builder endTime(Instant endTime)
Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.
endTime - Specifies that only events that occur before or at the specified time are returned. If the specified
end time is before the specified start time, an error is returned.LookupEventsRequest.Builder eventCategory(String eventCategory)
Specifies the event category. If you do not specify an event category, events of the category are not
returned in the response. For example, if you do not specify insight as the value of
EventCategory, no Insights events are returned.
eventCategory - Specifies the event category. If you do not specify an event category, events of the category are not
returned in the response. For example, if you do not specify insight as the value of
EventCategory, no Insights events are returned.EventCategory,
EventCategoryLookupEventsRequest.Builder eventCategory(EventCategory eventCategory)
Specifies the event category. If you do not specify an event category, events of the category are not
returned in the response. For example, if you do not specify insight as the value of
EventCategory, no Insights events are returned.
eventCategory - Specifies the event category. If you do not specify an event category, events of the category are not
returned in the response. For example, if you do not specify insight as the value of
EventCategory, no Insights events are returned.EventCategory,
EventCategoryLookupEventsRequest.Builder maxResults(Integer maxResults)
The number of events to return. Possible values are 1 through 50. The default is 50.
maxResults - The number of events to return. Possible values are 1 through 50. The default is 50.LookupEventsRequest.Builder nextToken(String nextToken)
The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
nextToken - The token to use to get the next page of results after a previous API call. This token must be passed
in with the same parameters that were specified in the original call. For example, if the original
call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should
include those same parameters.LookupEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderLookupEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.