public static interface ApplicationSettingsResource.Builder extends SdkPojo, CopyableBuilder<ApplicationSettingsResource.Builder,ApplicationSettingsResource>
| Modifier and Type | Method and Description |
|---|---|
ApplicationSettingsResource.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
ApplicationSettingsResource.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 ApplicationSettingsResource.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.
|
ApplicationSettingsResource.Builder |
lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the application's settings were last modified.
|
ApplicationSettingsResource.Builder |
limits(CampaignLimits limits)
The default sending limits for campaigns in the application.
|
default ApplicationSettingsResource.Builder |
limits(Consumer<CampaignLimits.Builder> limits)
The default sending limits for campaigns in the application.
|
default ApplicationSettingsResource.Builder |
quietTime(Consumer<QuietTime.Builder> quietTime)
The default quiet time for campaigns in the application.
|
ApplicationSettingsResource.Builder |
quietTime(QuietTime quietTime)
The default quiet time for campaigns in the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationSettingsResource.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.ApplicationSettingsResource.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.
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.default ApplicationSettingsResource.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.
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)ApplicationSettingsResource.Builder lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the application's settings were last modified.
lastModifiedDate - The date and time, in ISO 8601 format, when the application's settings were last modified.ApplicationSettingsResource.Builder limits(CampaignLimits limits)
The default sending limits for campaigns in the application.
limits - The default sending limits for campaigns in the application.default ApplicationSettingsResource.Builder limits(Consumer<CampaignLimits.Builder> limits)
The default sending limits for campaigns in the application.
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)ApplicationSettingsResource.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.
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.
default ApplicationSettingsResource.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.
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 © 2021. All rights reserved.