Interface PutEventConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudTrailResponse.Builder,CopyableBuilder<PutEventConfigurationResponse.Builder,,PutEventConfigurationResponse> SdkBuilder<PutEventConfigurationResponse.Builder,,PutEventConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutEventConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionaggregationConfigurations(Collection<AggregationConfiguration> aggregationConfigurations) A list of aggregation configurations that are configured for the trail.aggregationConfigurations(Consumer<AggregationConfiguration.Builder>... aggregationConfigurations) A list of aggregation configurations that are configured for the trail.aggregationConfigurations(AggregationConfiguration... aggregationConfigurations) A list of aggregation configurations that are configured for the trail.contextKeySelectors(Collection<ContextKeySelector> contextKeySelectors) The list of context key selectors that are configured for the event data store.contextKeySelectors(Consumer<ContextKeySelector.Builder>... contextKeySelectors) The list of context key selectors that are configured for the event data store.contextKeySelectors(ContextKeySelector... contextKeySelectors) The list of context key selectors that are configured for the event data store.eventDataStoreArn(String eventDataStoreArn) The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings were updated.maxEventSize(String maxEventSize) The maximum allowed size for events stored in the specified event data store.maxEventSize(MaxEventSize maxEventSize) The maximum allowed size for events stored in the specified event data store.The Amazon Resource Name (ARN) of the trail that has aggregation enabled.Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
trailARN
The Amazon Resource Name (ARN) of the trail that has aggregation enabled.
- Parameters:
trailARN- The Amazon Resource Name (ARN) of the trail that has aggregation enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDataStoreArn
The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings were updated.
- Parameters:
eventDataStoreArn- The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings were updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxEventSize
The maximum allowed size for events stored in the specified event data store.
- Parameters:
maxEventSize- The maximum allowed size for events stored in the specified event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxEventSize
The maximum allowed size for events stored in the specified event data store.
- Parameters:
maxEventSize- The maximum allowed size for events stored in the specified event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contextKeySelectors
PutEventConfigurationResponse.Builder contextKeySelectors(Collection<ContextKeySelector> contextKeySelectors) The list of context key selectors that are configured for the event data store.
- Parameters:
contextKeySelectors- The list of context key selectors that are configured for the event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextKeySelectors
PutEventConfigurationResponse.Builder contextKeySelectors(ContextKeySelector... contextKeySelectors) The list of context key selectors that are configured for the event data store.
- Parameters:
contextKeySelectors- The list of context key selectors that are configured for the event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextKeySelectors
PutEventConfigurationResponse.Builder contextKeySelectors(Consumer<ContextKeySelector.Builder>... contextKeySelectors) The list of context key selectors that are configured for the event data store.
This is a convenience method that creates an instance of theContextKeySelector.Builderavoiding the need to create one manually viaContextKeySelector.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontextKeySelectors(List<ContextKeySelector>).- Parameters:
contextKeySelectors- a consumer that will call methods onContextKeySelector.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregationConfigurations
PutEventConfigurationResponse.Builder aggregationConfigurations(Collection<AggregationConfiguration> aggregationConfigurations) A list of aggregation configurations that are configured for the trail.
- Parameters:
aggregationConfigurations- A list of aggregation configurations that are configured for the trail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationConfigurations
PutEventConfigurationResponse.Builder aggregationConfigurations(AggregationConfiguration... aggregationConfigurations) A list of aggregation configurations that are configured for the trail.
- Parameters:
aggregationConfigurations- A list of aggregation configurations that are configured for the trail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationConfigurations
PutEventConfigurationResponse.Builder aggregationConfigurations(Consumer<AggregationConfiguration.Builder>... aggregationConfigurations) A list of aggregation configurations that are configured for the trail.
This is a convenience method that creates an instance of theAggregationConfiguration.Builderavoiding the need to create one manually viaAggregationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaggregationConfigurations(List<AggregationConfiguration>).- Parameters:
aggregationConfigurations- a consumer that will call methods onAggregationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-