public static interface PutDeliveryChannelRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutDeliveryChannelRequest.Builder,PutDeliveryChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
default PutDeliveryChannelRequest.Builder |
deliveryChannel(Consumer<DeliveryChannel.Builder> deliveryChannel)
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket
and to an Amazon SNS topic.
|
PutDeliveryChannelRequest.Builder |
deliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket
and to an Amazon SNS topic.
|
PutDeliveryChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDeliveryChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDeliveryChannelRequest.Builder deliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
deliveryChannel - The configuration delivery channel object that delivers the configuration information to an Amazon S3
bucket and to an Amazon SNS topic.default PutDeliveryChannelRequest.Builder deliveryChannel(Consumer<DeliveryChannel.Builder> deliveryChannel)
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
This is a convenience method that creates an instance of theDeliveryChannel.Builder avoiding the
need to create one manually via DeliveryChannel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deliveryChannel(DeliveryChannel).
deliveryChannel - a consumer that will call methods on DeliveryChannel.BuilderdeliveryChannel(DeliveryChannel)PutDeliveryChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDeliveryChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.