Interface InheritedAdditionalAnalysesSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InheritedAdditionalAnalysesSource.Builder,,InheritedAdditionalAnalysesSource> SdkBuilder<InheritedAdditionalAnalysesSource.Builder,,InheritedAdditionalAnalysesSource> SdkPojo
- Enclosing class:
InheritedAdditionalAnalysesSource
@Mutable
@NotThreadSafe
public static interface InheritedAdditionalAnalysesSource.Builder
extends SdkPojo, CopyableBuilder<InheritedAdditionalAnalysesSource.Builder,InheritedAdditionalAnalysesSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the parent table.The name of the parent table.sourceAccountId(String sourceAccountId) The Amazon Web Services account ID of the member who owns the parent table.The type of the parent table.type(BaseTableDependencyType type) The type of the parent table.The additional analyses setting defined on the parent table.value(AdditionalAnalyses value) The additional analyses setting defined on the parent table.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
-
name
The name of the parent table.
- Parameters:
name- The name of the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the parent table.
- Parameters:
id- The unique identifier of the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the parent table.
- Parameters:
type- The type of the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the parent table.
- Parameters:
type- The type of the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The additional analyses setting defined on the parent table.
- Parameters:
value- The additional analyses setting defined on the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The additional analyses setting defined on the parent table.
- Parameters:
value- The additional analyses setting defined on the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceAccountId
The Amazon Web Services account ID of the member who owns the parent table.
- Parameters:
sourceAccountId- The Amazon Web Services account ID of the member who owns the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-