Interface GetInsightEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetInsightEventsRequest.Builder,GetInsightEventsRequest>,SdkBuilder<GetInsightEventsRequest.Builder,GetInsightEventsRequest>,SdkPojo,SdkRequest.Builder,XRayRequest.Builder
- Enclosing class:
- GetInsightEventsRequest
@Mutable @NotThreadSafe public static interface GetInsightEventsRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetInsightEventsRequest.Builder,GetInsightEventsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInsightEventsRequest.BuilderinsightId(String insightId)The insight's unique identifier.GetInsightEventsRequest.BuildermaxResults(Integer maxResults)Used to retrieve at most the specified value of events.GetInsightEventsRequest.BuildernextToken(String nextToken)Specify the pagination token returned by a previous request to retrieve the next page of events.GetInsightEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInsightEventsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.xray.model.XRayRequest.Builder
build
-
-
-
-
Method Detail
-
insightId
GetInsightEventsRequest.Builder insightId(String insightId)
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
- Parameters:
insightId- The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetInsightEventsRequest.Builder maxResults(Integer maxResults)
Used to retrieve at most the specified value of events.
- Parameters:
maxResults- Used to retrieve at most the specified value of events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetInsightEventsRequest.Builder nextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of events.
- Parameters:
nextToken- Specify the pagination token returned by a previous request to retrieve the next page of events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetInsightEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetInsightEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-