Interface SourceMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceMetadata.Builder,SourceMetadata>,SdkBuilder<SourceMetadata.Builder,SourceMetadata>,SdkPojo
- Enclosing class:
- SourceMetadata
public static interface SourceMetadata.Builder extends SdkPojo, CopyableBuilder<SourceMetadata.Builder,SourceMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceMetadata.BuildersourceArn(String sourceArn)The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.SourceMetadata.BuildersourceUpdateToken(String sourceUpdateToken)The update token of the Amazon Web Services managed rule group that your own rule group is copied from.-
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
-
sourceArn
SourceMetadata.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.
- Parameters:
sourceArn- The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceUpdateToken
SourceMetadata.Builder sourceUpdateToken(String sourceUpdateToken)
The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call DescribeRuleGroup.
- Parameters:
sourceUpdateToken- The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call DescribeRuleGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-