public static interface WriteApplicationSettingsRequest.Builder extends SdkPojo, CopyableBuilder<WriteApplicationSettingsRequest.Builder,WriteApplicationSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
WriteApplicationSettingsRequest.Builder |
campaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the
application.
|
default WriteApplicationSettingsRequest.Builder |
campaignHook(Consumer<CampaignHook.Builder> campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the
application.
|
WriteApplicationSettingsRequest.Builder |
cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Specifies whether to enable application-related alarms in Amazon CloudWatch.
|
WriteApplicationSettingsRequest.Builder |
eventTaggingEnabled(Boolean eventTaggingEnabled)
Sets the value of the EventTaggingEnabled property for this object.
|
WriteApplicationSettingsRequest.Builder |
journeyLimits(ApplicationSettingsJourneyLimits journeyLimits)
The default sending limits for journeys in the application.
|
default WriteApplicationSettingsRequest.Builder |
journeyLimits(Consumer<ApplicationSettingsJourneyLimits.Builder> journeyLimits)
The default sending limits for journeys in the application.
|
WriteApplicationSettingsRequest.Builder |
limits(CampaignLimits limits)
The default sending limits for campaigns in the application.
|
default WriteApplicationSettingsRequest.Builder |
limits(Consumer<CampaignLimits.Builder> limits)
The default sending limits for campaigns in the application.
|
default WriteApplicationSettingsRequest.Builder |
quietTime(Consumer<QuietTime.Builder> quietTime)
The default quiet time for campaigns in the application.
|
WriteApplicationSettingsRequest.Builder |
quietTime(QuietTime quietTime)
The default quiet time for campaigns in the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWriteApplicationSettingsRequest.Builder campaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application. You can use this hook to customize segments that are used by campaigns in the application.
To override these settings and define custom settings for a specific campaign, use the CampaignHook object of the Campaign resource.
campaignHook - The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the
application. You can use this hook to customize segments that are used by campaigns in the
application.
To override these settings and define custom settings for a specific campaign, use the CampaignHook object of the Campaign resource.
default WriteApplicationSettingsRequest.Builder campaignHook(Consumer<CampaignHook.Builder> campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application. You can use this hook to customize segments that are used by campaigns in the application.
To override these settings and define custom settings for a specific campaign, use the CampaignHook object of the Campaign resource.
This is a convenience method that creates an instance of theCampaignHook.Builder avoiding the need
to create one manually via CampaignHook.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to campaignHook(CampaignHook).
campaignHook - a consumer that will call methods on CampaignHook.BuildercampaignHook(CampaignHook)WriteApplicationSettingsRequest.Builder cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Specifies whether to enable application-related alarms in Amazon CloudWatch.
cloudWatchMetricsEnabled - Specifies whether to enable application-related alarms in Amazon CloudWatch.WriteApplicationSettingsRequest.Builder eventTaggingEnabled(Boolean eventTaggingEnabled)
eventTaggingEnabled - The new value for the EventTaggingEnabled property for this object.WriteApplicationSettingsRequest.Builder limits(CampaignLimits limits)
The default sending limits for campaigns in the application. To override these limits and define custom limits for a specific campaign or journey, use the Campaign resource or the Journey resource, respectively.
limits - The default sending limits for campaigns in the application. To override these limits and define
custom limits for a specific campaign or journey, use the Campaign resource or the Journey resource, respectively.default WriteApplicationSettingsRequest.Builder limits(Consumer<CampaignLimits.Builder> limits)
The default sending limits for campaigns in the application. To override these limits and define custom limits for a specific campaign or journey, use the Campaign resource or the Journey resource, respectively.
This is a convenience method that creates an instance of theCampaignLimits.Builder avoiding the need
to create one manually via CampaignLimits.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to limits(CampaignLimits).
limits - a consumer that will call methods on CampaignLimits.Builderlimits(CampaignLimits)WriteApplicationSettingsRequest.Builder quietTime(QuietTime quietTime)
The default quiet time for campaigns in the application. Quiet time is a specific time range when messages aren't sent to endpoints, if all the following conditions are met:
The EndpointDemographic.Timezone property of the endpoint is set to a valid value.
The current time in the endpoint's time zone is later than or equal to the time specified by the QuietTime.Start property for the application (or a campaign or journey that has custom quiet time settings).
The current time in the endpoint's time zone is earlier than or equal to the time specified by the QuietTime.End property for the application (or a campaign or journey that has custom quiet time settings).
If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign or journey, even if quiet time is enabled.
To override the default quiet time settings for a specific campaign or journey, use the Campaign resource or the Journey resource to define a custom quiet time for the campaign or journey.
quietTime - The default quiet time for campaigns in the application. Quiet time is a specific time range when
messages aren't sent to endpoints, if all the following conditions are met:
The EndpointDemographic.Timezone property of the endpoint is set to a valid value.
The current time in the endpoint's time zone is later than or equal to the time specified by the QuietTime.Start property for the application (or a campaign or journey that has custom quiet time settings).
The current time in the endpoint's time zone is earlier than or equal to the time specified by the QuietTime.End property for the application (or a campaign or journey that has custom quiet time settings).
If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign or journey, even if quiet time is enabled.
To override the default quiet time settings for a specific campaign or journey, use the Campaign resource or the Journey resource to define a custom quiet time for the campaign or journey.
default WriteApplicationSettingsRequest.Builder quietTime(Consumer<QuietTime.Builder> quietTime)
The default quiet time for campaigns in the application. Quiet time is a specific time range when messages aren't sent to endpoints, if all the following conditions are met:
The EndpointDemographic.Timezone property of the endpoint is set to a valid value.
The current time in the endpoint's time zone is later than or equal to the time specified by the QuietTime.Start property for the application (or a campaign or journey that has custom quiet time settings).
The current time in the endpoint's time zone is earlier than or equal to the time specified by the QuietTime.End property for the application (or a campaign or journey that has custom quiet time settings).
If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign or journey, even if quiet time is enabled.
To override the default quiet time settings for a specific campaign or journey, use the Campaign resource or the Journey resource to define a custom quiet time for the campaign or journey.
This is a convenience method that creates an instance of theQuietTime.Builder avoiding the need to
create one manually via QuietTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to quietTime(QuietTime).
quietTime - a consumer that will call methods on QuietTime.BuilderquietTime(QuietTime)WriteApplicationSettingsRequest.Builder journeyLimits(ApplicationSettingsJourneyLimits journeyLimits)
The default sending limits for journeys in the application. These limits apply to each journey for the application but can be overridden, on a per journey basis, with the JourneyLimits resource.
journeyLimits - The default sending limits for journeys in the application. These limits apply to each journey for the
application but can be overridden, on a per journey basis, with the JourneyLimits resource.default WriteApplicationSettingsRequest.Builder journeyLimits(Consumer<ApplicationSettingsJourneyLimits.Builder> journeyLimits)
The default sending limits for journeys in the application. These limits apply to each journey for the application but can be overridden, on a per journey basis, with the JourneyLimits resource.
This is a convenience method that creates an instance of theApplicationSettingsJourneyLimits.Builder
avoiding the need to create one manually via ApplicationSettingsJourneyLimits.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to journeyLimits(ApplicationSettingsJourneyLimits).
journeyLimits - a consumer that will call methods on ApplicationSettingsJourneyLimits.BuilderjourneyLimits(ApplicationSettingsJourneyLimits)Copyright © 2023. All rights reserved.