Interface PutDeliveryChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<PutDeliveryChannelRequest.Builder,PutDeliveryChannelRequest>,SdkBuilder<PutDeliveryChannelRequest.Builder,PutDeliveryChannelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutDeliveryChannelRequest
public static interface PutDeliveryChannelRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutDeliveryChannelRequest.Builder,PutDeliveryChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutDeliveryChannelRequest.BuilderdeliveryChannel(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.BuilderdeliveryChannel(DeliveryChannel deliveryChannel)The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.PutDeliveryChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDeliveryChannelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deliveryChannel
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.
- Parameters:
deliveryChannel- The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryChannel
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.Builderavoiding the need to create one manually viaDeliveryChannel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeliveryChannel(DeliveryChannel).- Parameters:
deliveryChannel- a consumer that will call methods onDeliveryChannel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deliveryChannel(DeliveryChannel)
-
overrideConfiguration
PutDeliveryChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutDeliveryChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-