public static interface SourceMetadata.Builder extends SdkPojo, CopyableBuilder<SourceMetadata.Builder,SourceMetadata>
| Modifier and Type | Method and Description |
|---|---|
SourceMetadata.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.
|
SourceMetadata.Builder |
sourceUpdateToken(String sourceUpdateToken)
The update token of the Amazon Web Services managed rule group that your own rule group is copied from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceMetadata.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.
sourceArn - The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.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.
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.Copyright © 2023. All rights reserved.