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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateEventTrackerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEventTrackerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.