Interface PutInsightSelectorsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudTrailResponse.Builder,CopyableBuilder<PutInsightSelectorsResponse.Builder,PutInsightSelectorsResponse>,SdkBuilder<PutInsightSelectorsResponse.Builder,PutInsightSelectorsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutInsightSelectorsResponse
public static interface PutInsightSelectorsResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<PutInsightSelectorsResponse.Builder,PutInsightSelectorsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutInsightSelectorsResponse.BuildereventDataStoreArn(String eventDataStoreArn)The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights selectors.PutInsightSelectorsResponse.BuilderinsightsDestination(String insightsDestination)The ARN of the destination event data store that logs Insights events.PutInsightSelectorsResponse.BuilderinsightSelectors(Collection<InsightSelector> insightSelectors)A JSON string that contains the Insights event types that you want to log on a trail or event data store.PutInsightSelectorsResponse.BuilderinsightSelectors(Consumer<InsightSelector.Builder>... insightSelectors)A JSON string that contains the Insights event types that you want to log on a trail or event data store.PutInsightSelectorsResponse.BuilderinsightSelectors(InsightSelector... insightSelectors)A JSON string that contains the Insights event types that you want to log on a trail or event data store.PutInsightSelectorsResponse.BuildertrailARN(String trailARN)The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
trailARN
PutInsightSelectorsResponse.Builder trailARN(String trailARN)
The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.
- Parameters:
trailARN- The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightSelectors
PutInsightSelectorsResponse.Builder insightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the Insights event types that you want to log on a trail or event data store. The valid Insights types are
ApiErrorRateInsightandApiCallRateInsight.- Parameters:
insightSelectors- A JSON string that contains the Insights event types that you want to log on a trail or event data store. The valid Insights types areApiErrorRateInsightandApiCallRateInsight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightSelectors
PutInsightSelectorsResponse.Builder insightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the Insights event types that you want to log on a trail or event data store. The valid Insights types are
ApiErrorRateInsightandApiCallRateInsight.- Parameters:
insightSelectors- A JSON string that contains the Insights event types that you want to log on a trail or event data store. The valid Insights types areApiErrorRateInsightandApiCallRateInsight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightSelectors
PutInsightSelectorsResponse.Builder insightSelectors(Consumer<InsightSelector.Builder>... insightSelectors)
A JSON string that contains the Insights event types that you want to log on a trail or event data store. The valid Insights types are
This is a convenience method that creates an instance of theApiErrorRateInsightandApiCallRateInsight.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)
-
eventDataStoreArn
PutInsightSelectorsResponse.Builder eventDataStoreArn(String eventDataStoreArn)
The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights selectors.
- Parameters:
eventDataStoreArn- The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights selectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightsDestination
PutInsightSelectorsResponse.Builder insightsDestination(String insightsDestination)
The ARN of the destination event data store that logs Insights events.
- Parameters:
insightsDestination- The ARN of the destination event data store that logs Insights events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-