public static interface GetInsightEventsRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetInsightEventsRequest.Builder,GetInsightEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetInsightEventsRequest.Builder |
insightId(String insightId)
The insight's unique identifier.
|
GetInsightEventsRequest.Builder |
maxResults(Integer maxResults)
Used to retrieve at most the specified value of events.
|
GetInsightEventsRequest.Builder |
nextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of events.
|
GetInsightEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetInsightEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightEventsRequest.Builder insightId(String insightId)
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
insightId - The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.GetInsightEventsRequest.Builder maxResults(Integer maxResults)
Used to retrieve at most the specified value of events.
maxResults - Used to retrieve at most the specified value of events.GetInsightEventsRequest.Builder nextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of events.
nextToken - Specify the pagination token returned by a previous request to retrieve the next page of events.GetInsightEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetInsightEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.