Interface Firehose.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Firehose.Builder,,Firehose> SdkBuilder<Firehose.Builder,,Firehose> SdkPojo
- Enclosing class:
 Firehose
public static interface Firehose.Builder
extends SdkPojo, CopyableBuilder<Firehose.Builder,Firehose> 
- 
Method Summary
Modifier and TypeMethodDescriptiondeliveryStream(String deliveryStream) Sets the value of the DeliveryStream property for this object.Sets the value of the Enabled property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
deliveryStream
Sets the value of the DeliveryStream property for this object.- Parameters:
 deliveryStream- The new value for the DeliveryStream property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
enabled
Sets the value of the Enabled property for this object.- Parameters:
 enabled- The new value for the Enabled property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -