public static interface NotifyAppValidationOutputRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<NotifyAppValidationOutputRequest.Builder,NotifyAppValidationOutputRequest>
| Modifier and Type | Method and Description |
|---|---|
NotifyAppValidationOutputRequest.Builder |
appId(String appId)
The ID of the application.
|
default NotifyAppValidationOutputRequest.Builder |
notificationContext(Consumer<NotificationContext.Builder> notificationContext)
The notification information.
|
NotifyAppValidationOutputRequest.Builder |
notificationContext(NotificationContext notificationContext)
The notification information.
|
NotifyAppValidationOutputRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
NotifyAppValidationOutputRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildNotifyAppValidationOutputRequest.Builder appId(String appId)
The ID of the application.
appId - The ID of the application.NotifyAppValidationOutputRequest.Builder notificationContext(NotificationContext notificationContext)
The notification information.
notificationContext - The notification information.default NotifyAppValidationOutputRequest.Builder notificationContext(Consumer<NotificationContext.Builder> notificationContext)
The notification information.
This is a convenience method that creates an instance of theNotificationContext.Builder avoiding the
need to create one manually via NotificationContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to notificationContext(NotificationContext).
notificationContext - a consumer that will call methods on NotificationContext.BuildernotificationContext(NotificationContext)NotifyAppValidationOutputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderNotifyAppValidationOutputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.