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 Details

    • 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.