Interface FirehoseConfigurationType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FirehoseConfigurationType.Builder,,FirehoseConfigurationType> SdkBuilder<FirehoseConfigurationType.Builder,,FirehoseConfigurationType> SdkPojo
- Enclosing class:
- FirehoseConfigurationType
@Mutable
@NotThreadSafe
public static interface FirehoseConfigurationType.Builder
extends SdkPojo, CopyableBuilder<FirehoseConfigurationType.Builder,FirehoseConfigurationType>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of an Amazon Data Firehose stream that's the destination for threat protection log export.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, sdkFieldNameToField, sdkFields
-
Method Details
-
streamArn
The ARN of an Amazon Data Firehose stream that's the destination for threat protection log export.
- Parameters:
streamArn- The ARN of an Amazon Data Firehose stream that's the destination for threat protection log export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-