Interface PutInsightSelectorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<PutInsightSelectorsRequest.Builder,PutInsightSelectorsRequest>,SdkBuilder<PutInsightSelectorsRequest.Builder,PutInsightSelectorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutInsightSelectorsRequest
public static interface PutInsightSelectorsRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<PutInsightSelectorsRequest.Builder,PutInsightSelectorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutInsightSelectorsRequest.BuildereventDataStore(String eventDataStore)The ARN (or ID suffix of the ARN) of the source event data store for which you want to change or add Insights selectors.PutInsightSelectorsRequest.BuilderinsightsDestination(String insightsDestination)The ARN (or ID suffix of the ARN) of the destination event data store that logs Insights events.PutInsightSelectorsRequest.BuilderinsightSelectors(Collection<InsightSelector> insightSelectors)A JSON string that contains the Insights types you want to log on a trail or event data store.PutInsightSelectorsRequest.BuilderinsightSelectors(Consumer<InsightSelector.Builder>... insightSelectors)A JSON string that contains the Insights types you want to log on a trail or event data store.PutInsightSelectorsRequest.BuilderinsightSelectors(InsightSelector... insightSelectors)A JSON string that contains the Insights types you want to log on a trail or event data store.PutInsightSelectorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutInsightSelectorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutInsightSelectorsRequest.BuildertrailName(String trailName)The name of the CloudTrail trail for which you want to change or add Insights selectors.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
trailName
PutInsightSelectorsRequest.Builder trailName(String trailName)
The name of the CloudTrail trail for which you want to change or add Insights selectors.
You cannot use this parameter with the
EventDataStoreandInsightsDestinationparameters.- Parameters:
trailName- The name of the CloudTrail trail for which you want to change or add Insights selectors.You cannot use this parameter with the
EventDataStoreandInsightsDestinationparameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightSelectors
PutInsightSelectorsRequest.Builder insightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the Insights types you want to log on a trail or event data store.
ApiCallRateInsightandApiErrorRateInsightare valid Insight types.The
ApiCallRateInsightInsights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume.The
ApiErrorRateInsightInsights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.- Parameters:
insightSelectors- A JSON string that contains the Insights types you want to log on a trail or event data store.ApiCallRateInsightandApiErrorRateInsightare valid Insight types.The
ApiCallRateInsightInsights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume.The
ApiErrorRateInsightInsights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightSelectors
PutInsightSelectorsRequest.Builder insightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the Insights types you want to log on a trail or event data store.
ApiCallRateInsightandApiErrorRateInsightare valid Insight types.The
ApiCallRateInsightInsights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume.The
ApiErrorRateInsightInsights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.- Parameters:
insightSelectors- A JSON string that contains the Insights types you want to log on a trail or event data store.ApiCallRateInsightandApiErrorRateInsightare valid Insight types.The
ApiCallRateInsightInsights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume.The
ApiErrorRateInsightInsights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightSelectors
PutInsightSelectorsRequest.Builder insightSelectors(Consumer<InsightSelector.Builder>... insightSelectors)
A JSON string that contains the Insights types you want to log on a trail or event data store.
ApiCallRateInsightandApiErrorRateInsightare valid Insight types.The
ApiCallRateInsightInsights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume.The
This is a convenience method that creates an instance of theApiErrorRateInsightInsights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.InsightSelector.Builderavoiding the need to create one manually viaInsightSelector.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#insightSelectors(List.) - Parameters:
insightSelectors- a consumer that will call methods onInsightSelector.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#insightSelectors(java.util.Collection)
-
eventDataStore
PutInsightSelectorsRequest.Builder eventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the source event data store for which you want to change or add Insights selectors. To enable Insights on an event data store, you must provide both the
EventDataStoreandInsightsDestinationparameters.You cannot use this parameter with the
TrailNameparameter.- Parameters:
eventDataStore- The ARN (or ID suffix of the ARN) of the source event data store for which you want to change or add Insights selectors. To enable Insights on an event data store, you must provide both theEventDataStoreandInsightsDestinationparameters.You cannot use this parameter with the
TrailNameparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightsDestination
PutInsightSelectorsRequest.Builder insightsDestination(String insightsDestination)
The ARN (or ID suffix of the ARN) of the destination event data store that logs Insights events. To enable Insights on an event data store, you must provide both the
EventDataStoreandInsightsDestinationparameters.You cannot use this parameter with the
TrailNameparameter.- Parameters:
insightsDestination- The ARN (or ID suffix of the ARN) of the destination event data store that logs Insights events. To enable Insights on an event data store, you must provide both theEventDataStoreandInsightsDestinationparameters.You cannot use this parameter with the
TrailNameparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutInsightSelectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutInsightSelectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-