Interface GetEventConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudTrailResponse.Builder,CopyableBuilder<GetEventConfigurationResponse.Builder,,GetEventConfigurationResponse> SdkBuilder<GetEventConfigurationResponse.Builder,,GetEventConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetEventConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionaggregationConfigurations(Collection<AggregationConfiguration> aggregationConfigurations) The list of aggregation configurations that are configured for the trail.aggregationConfigurations(Consumer<AggregationConfiguration.Builder>... aggregationConfigurations) The list of aggregation configurations that are configured for the trail.aggregationConfigurations(AggregationConfiguration... aggregationConfigurations) The 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 are returned.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 for which the event configuration settings are returned.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 for which the event configuration settings are returned.
- Parameters:
trailARN- The Amazon Resource Name (ARN) of the trail for which the event configuration settings are returned.- 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 are returned.
- Parameters:
eventDataStoreArn- The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings are returned.- 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
GetEventConfigurationResponse.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
GetEventConfigurationResponse.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
GetEventConfigurationResponse.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
GetEventConfigurationResponse.Builder aggregationConfigurations(Collection<AggregationConfiguration> aggregationConfigurations) The list of aggregation configurations that are configured for the trail.
- Parameters:
aggregationConfigurations- The 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
GetEventConfigurationResponse.Builder aggregationConfigurations(AggregationConfiguration... aggregationConfigurations) The list of aggregation configurations that are configured for the trail.
- Parameters:
aggregationConfigurations- The 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
GetEventConfigurationResponse.Builder aggregationConfigurations(Consumer<AggregationConfiguration.Builder>... aggregationConfigurations) The 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:
-