Interface IntermediateTableInheritedConstraints.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntermediateTableInheritedConstraints.Builder,,IntermediateTableInheritedConstraints> SdkBuilder<IntermediateTableInheritedConstraints.Builder,,IntermediateTableInheritedConstraints> SdkPojo
- Enclosing class:
IntermediateTableInheritedConstraints
-
Method Summary
Modifier and TypeMethodDescriptionadditionalAnalyses(Consumer<InheritedAdditionalAnalyses.Builder> additionalAnalyses) The inherited additional analyses constraint.additionalAnalyses(InheritedAdditionalAnalyses additionalAnalyses) The inherited additional analyses constraint.allowedAdditionalAnalyses(Consumer<InheritedAllowedAdditionalAnalyses.Builder> allowedAdditionalAnalyses) The inherited allowed additional analyses constraint.allowedAdditionalAnalyses(InheritedAllowedAdditionalAnalyses allowedAdditionalAnalyses) The inherited allowed additional analyses constraint.allowedResultReceivers(Consumer<InheritedAllowedResultReceivers.Builder> allowedResultReceivers) The inherited allowed result receivers constraint.allowedResultReceivers(InheritedAllowedResultReceivers allowedResultReceivers) The inherited allowed result receivers constraint.disallowedOutputColumns(Consumer<InheritedDisallowedOutputColumns.Builder> disallowedOutputColumns) The inherited disallowed output columns constraint.disallowedOutputColumns(InheritedDisallowedOutputColumns disallowedOutputColumns) The inherited disallowed output columns constraint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
additionalAnalyses
IntermediateTableInheritedConstraints.Builder additionalAnalyses(InheritedAdditionalAnalyses additionalAnalyses) The inherited additional analyses constraint.
- Parameters:
additionalAnalyses- The inherited additional analyses constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalAnalyses
default IntermediateTableInheritedConstraints.Builder additionalAnalyses(Consumer<InheritedAdditionalAnalyses.Builder> additionalAnalyses) The inherited additional analyses constraint.
This is a convenience method that creates an instance of theInheritedAdditionalAnalyses.Builderavoiding the need to create one manually viaInheritedAdditionalAnalyses.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadditionalAnalyses(InheritedAdditionalAnalyses).- Parameters:
additionalAnalyses- a consumer that will call methods onInheritedAdditionalAnalyses.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
allowedAdditionalAnalyses
IntermediateTableInheritedConstraints.Builder allowedAdditionalAnalyses(InheritedAllowedAdditionalAnalyses allowedAdditionalAnalyses) The inherited allowed additional analyses constraint.
- Parameters:
allowedAdditionalAnalyses- The inherited allowed additional analyses constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedAdditionalAnalyses
default IntermediateTableInheritedConstraints.Builder allowedAdditionalAnalyses(Consumer<InheritedAllowedAdditionalAnalyses.Builder> allowedAdditionalAnalyses) The inherited allowed additional analyses constraint.
This is a convenience method that creates an instance of theInheritedAllowedAdditionalAnalyses.Builderavoiding the need to create one manually viaInheritedAllowedAdditionalAnalyses.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toallowedAdditionalAnalyses(InheritedAllowedAdditionalAnalyses).- Parameters:
allowedAdditionalAnalyses- a consumer that will call methods onInheritedAllowedAdditionalAnalyses.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
allowedResultReceivers
IntermediateTableInheritedConstraints.Builder allowedResultReceivers(InheritedAllowedResultReceivers allowedResultReceivers) The inherited allowed result receivers constraint.
- Parameters:
allowedResultReceivers- The inherited allowed result receivers constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedResultReceivers
default IntermediateTableInheritedConstraints.Builder allowedResultReceivers(Consumer<InheritedAllowedResultReceivers.Builder> allowedResultReceivers) The inherited allowed result receivers constraint.
This is a convenience method that creates an instance of theInheritedAllowedResultReceivers.Builderavoiding the need to create one manually viaInheritedAllowedResultReceivers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toallowedResultReceivers(InheritedAllowedResultReceivers).- Parameters:
allowedResultReceivers- a consumer that will call methods onInheritedAllowedResultReceivers.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
disallowedOutputColumns
IntermediateTableInheritedConstraints.Builder disallowedOutputColumns(InheritedDisallowedOutputColumns disallowedOutputColumns) The inherited disallowed output columns constraint.
- Parameters:
disallowedOutputColumns- The inherited disallowed output columns constraint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disallowedOutputColumns
default IntermediateTableInheritedConstraints.Builder disallowedOutputColumns(Consumer<InheritedDisallowedOutputColumns.Builder> disallowedOutputColumns) The inherited disallowed output columns constraint.
This is a convenience method that creates an instance of theInheritedDisallowedOutputColumns.Builderavoiding the need to create one manually viaInheritedDisallowedOutputColumns.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisallowedOutputColumns(InheritedDisallowedOutputColumns).- Parameters:
disallowedOutputColumns- a consumer that will call methods onInheritedDisallowedOutputColumns.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-