Interface ConfiguredTableAssociationAnalysisRuleCustom.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfiguredTableAssociationAnalysisRuleCustom.Builder,ConfiguredTableAssociationAnalysisRuleCustom>,SdkBuilder<ConfiguredTableAssociationAnalysisRuleCustom.Builder,ConfiguredTableAssociationAnalysisRuleCustom>,SdkPojo
- Enclosing class:
- ConfiguredTableAssociationAnalysisRuleCustom
public static interface ConfiguredTableAssociationAnalysisRuleCustom.Builder extends SdkPojo, CopyableBuilder<ConfiguredTableAssociationAnalysisRuleCustom.Builder,ConfiguredTableAssociationAnalysisRuleCustom>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfiguredTableAssociationAnalysisRuleCustom.BuilderallowedAdditionalAnalyses(String... allowedAdditionalAnalyses)The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.ConfiguredTableAssociationAnalysisRuleCustom.BuilderallowedAdditionalAnalyses(Collection<String> allowedAdditionalAnalyses)The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.ConfiguredTableAssociationAnalysisRuleCustom.BuilderallowedResultReceivers(String... allowedResultReceivers)The list of collaboration members who are allowed to receive results of queries run with this configured table.ConfiguredTableAssociationAnalysisRuleCustom.BuilderallowedResultReceivers(Collection<String> allowedResultReceivers)The list of collaboration members who are allowed to receive results of queries run with this configured table.-
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
-
allowedResultReceivers
ConfiguredTableAssociationAnalysisRuleCustom.Builder allowedResultReceivers(Collection<String> allowedResultReceivers)
The list of collaboration members who are allowed to receive results of queries run with this configured table.
- Parameters:
allowedResultReceivers- The list of collaboration members who are allowed to receive results of queries run with this configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedResultReceivers
ConfiguredTableAssociationAnalysisRuleCustom.Builder allowedResultReceivers(String... allowedResultReceivers)
The list of collaboration members who are allowed to receive results of queries run with this configured table.
- Parameters:
allowedResultReceivers- The list of collaboration members who are allowed to receive results of queries run with this configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedAdditionalAnalyses
ConfiguredTableAssociationAnalysisRuleCustom.Builder allowedAdditionalAnalyses(Collection<String> allowedAdditionalAnalyses)
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
- Parameters:
allowedAdditionalAnalyses- The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedAdditionalAnalyses
ConfiguredTableAssociationAnalysisRuleCustom.Builder allowedAdditionalAnalyses(String... allowedAdditionalAnalyses)
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
- Parameters:
allowedAdditionalAnalyses- The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-