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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
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.
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.Builder
deliveryChannel(DeliveryChannel)
PutDeliveryChannelRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.