public static interface UpdateEmailChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateEmailChannelRequest.Builder,UpdateEmailChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEmailChannelRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
default UpdateEmailChannelRequest.Builder |
emailChannelRequest(Consumer<EmailChannelRequest.Builder> emailChannelRequest)
Sets the value of the EmailChannelRequest property for this object.
|
UpdateEmailChannelRequest.Builder |
emailChannelRequest(EmailChannelRequest emailChannelRequest)
Sets the value of the EmailChannelRequest property for this object.
|
UpdateEmailChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEmailChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEmailChannelRequest.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.UpdateEmailChannelRequest.Builder emailChannelRequest(EmailChannelRequest emailChannelRequest)
emailChannelRequest - The new value for the EmailChannelRequest property for this object.default UpdateEmailChannelRequest.Builder emailChannelRequest(Consumer<EmailChannelRequest.Builder> emailChannelRequest)
EmailChannelRequest.Builder avoiding the need
to create one manually via EmailChannelRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to emailChannelRequest(EmailChannelRequest).emailChannelRequest - a consumer that will call methods on EmailChannelRequest.BuilderemailChannelRequest(EmailChannelRequest)UpdateEmailChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEmailChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.