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
Modifier and TypeMethodDescriptioninputSourceARN(String inputSourceARN) An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.schemaName(String schemaName) The name of the schema.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
- 
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
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.
 
 
 -