Interface InheritedAllowedAdditionalAnalysesSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InheritedAllowedAdditionalAnalysesSource.Builder,,InheritedAllowedAdditionalAnalysesSource> SdkBuilder<InheritedAllowedAdditionalAnalysesSource.Builder,,InheritedAllowedAdditionalAnalysesSource> SdkPojo
- Enclosing class:
InheritedAllowedAdditionalAnalysesSource
@Mutable
@NotThreadSafe
public static interface InheritedAllowedAdditionalAnalysesSource.Builder
extends SdkPojo, CopyableBuilder<InheritedAllowedAdditionalAnalysesSource.Builder,InheritedAllowedAdditionalAnalysesSource>
-
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 allowed additional analyses defined on the parent table.value(Collection<String> value) The allowed additional analyses 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 allowed additional analyses defined on the parent table.
- Parameters:
value- The allowed additional analyses defined on the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The allowed additional analyses defined on the parent table.
- Parameters:
value- The allowed additional analyses defined on the parent table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-