public static interface PutDeliveryChannelRequest.Builder extends ConfigRequest.Builder, 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)
Add an optional request override configuration.
|
PutDeliveryChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutDeliveryChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.