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 use 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 use 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 |
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 and journeys in the application.
|
WriteApplicationSettingsRequest.Builder |
quietTime(QuietTime quietTime)
The default quiet time for campaigns and journeys in the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWriteApplicationSettingsRequest.Builder campaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to use by default as a code hook for campaigns in the application. To override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign.
campaignHook - The settings for the AWS Lambda function to use by default as a code hook for campaigns in the
application. To override these settings for a specific campaign, use the Campaign resource to define custom Lambda
function settings for the campaign.default WriteApplicationSettingsRequest.Builder campaignHook(Consumer<CampaignHook.Builder> campaignHook)
The settings for the AWS Lambda function to use by default as a code hook for campaigns in the application. To override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign.
This is a convenience 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 limits(CampaignLimits limits)
The default sending limits for campaigns in the application. To override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign.
limits - The default sending limits for campaigns in the application. To override these limits for a specific
campaign, use the Campaign resource
to define custom limits for the campaign.default WriteApplicationSettingsRequest.Builder limits(Consumer<CampaignLimits.Builder> limits)
The default sending limits for campaigns in the application. To override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign.
This is a convenience 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 and journeys 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 and journeys 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 and journeys 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 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)Copyright © 2019. All rights reserved.