Interface IdNamespaceInputSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdNamespaceInputSource.Builder,IdNamespaceInputSource>,SdkBuilder<IdNamespaceInputSource.Builder,IdNamespaceInputSource>,SdkPojo
- Enclosing class:
- IdNamespaceInputSource
public static interface IdNamespaceInputSource.Builder extends SdkPojo, CopyableBuilder<IdNamespaceInputSource.Builder,IdNamespaceInputSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdNamespaceInputSource.BuilderinputSourceARN(String inputSourceARN)An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.IdNamespaceInputSource.BuilderschemaName(String schemaName)The name of the schema.-
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, sdkFields
-
-
-
-
Method Detail
-
inputSourceARN
IdNamespaceInputSource.Builder inputSourceARN(String inputSourceARN)
An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
- Parameters:
inputSourceARN- An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
IdNamespaceInputSource.Builder schemaName(String schemaName)
The name of the schema.
- Parameters:
schemaName- The name of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-