public static interface EventDestinationDefinition.Builder extends SdkPojo, CopyableBuilder<EventDestinationDefinition.Builder,EventDestinationDefinition>
| Modifier and Type | Method and Description |
|---|---|
EventDestinationDefinition.Builder |
cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
Sets the value of the CloudWatchLogsDestination property for this object.
|
default EventDestinationDefinition.Builder |
cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
Sets the value of the CloudWatchLogsDestination property for this object.
|
EventDestinationDefinition.Builder |
enabled(Boolean enabled)
Indicates whether or not the event destination is enabled.
|
default EventDestinationDefinition.Builder |
kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)
Sets the value of the KinesisFirehoseDestination property for this object.
|
EventDestinationDefinition.Builder |
kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
Sets the value of the KinesisFirehoseDestination property for this object.
|
EventDestinationDefinition.Builder |
matchingEventTypes(Collection<EventType> matchingEventTypes)
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
matchingEventTypes(EventType... matchingEventTypes)
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
matchingEventTypesWithStrings(Collection<String> matchingEventTypes)
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
matchingEventTypesWithStrings(String... matchingEventTypes)
Sets the value of the MatchingEventTypes property for this object.
|
copyapplyMutation, buildEventDestinationDefinition.Builder cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
cloudWatchLogsDestination - The new value for the CloudWatchLogsDestination property for this object.default EventDestinationDefinition.Builder cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
CloudWatchLogsDestination.Builder avoiding the
need to create one manually via CloudWatchLogsDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to cloudWatchLogsDestination(CloudWatchLogsDestination).cloudWatchLogsDestination - a consumer that will call methods on CloudWatchLogsDestination.BuildercloudWatchLogsDestination(CloudWatchLogsDestination)EventDestinationDefinition.Builder enabled(Boolean enabled)
enabled - Indicates whether or not the event destination is enabled. If the event destination is enabled, then
Amazon Pinpoint sends response data to the specified event destination.EventDestinationDefinition.Builder kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
kinesisFirehoseDestination - The new value for the KinesisFirehoseDestination property for this object.default EventDestinationDefinition.Builder kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)
KinesisFirehoseDestination.Builder avoiding the
need to create one manually via KinesisFirehoseDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to kinesisFirehoseDestination(KinesisFirehoseDestination).kinesisFirehoseDestination - a consumer that will call methods on KinesisFirehoseDestination.BuilderkinesisFirehoseDestination(KinesisFirehoseDestination)EventDestinationDefinition.Builder matchingEventTypesWithStrings(Collection<String> matchingEventTypes)
matchingEventTypes - The new value for the MatchingEventTypes property for this object.EventDestinationDefinition.Builder matchingEventTypesWithStrings(String... matchingEventTypes)
matchingEventTypes - The new value for the MatchingEventTypes property for this object.EventDestinationDefinition.Builder matchingEventTypes(Collection<EventType> matchingEventTypes)
matchingEventTypes - The new value for the MatchingEventTypes property for this object.EventDestinationDefinition.Builder matchingEventTypes(EventType... matchingEventTypes)
matchingEventTypes - The new value for the MatchingEventTypes property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.