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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirehoseConfigurationType.BuilderstreamArn(String streamArn)The 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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
streamArn
FirehoseConfigurationType.Builder streamArn(String 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.
-
-