public static interface CreateEventTrackerRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateEventTrackerRequest.Builder,CreateEventTrackerRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEventTrackerRequest.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
|
CreateEventTrackerRequest.Builder |
name(String name)
The name for the event tracker.
|
CreateEventTrackerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEventTrackerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEventTrackerRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to
apply to the event tracker.
|
CreateEventTrackerRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to
apply to the event tracker.
|
CreateEventTrackerRequest.Builder |
tags(Tag... tags)
A list of tags to
apply to the event tracker.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEventTrackerRequest.Builder name(String name)
The name for the event tracker.
name - The name for the event tracker.CreateEventTrackerRequest.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.CreateEventTrackerRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the event tracker.
tags - A list of tags
to apply to the event tracker.CreateEventTrackerRequest.Builder tags(Tag... tags)
A list of tags to apply to the event tracker.
tags - A list of tags
to apply to the event tracker.CreateEventTrackerRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the event tracker.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateEventTrackerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEventTrackerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.