Interface SourceProcessingProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceProcessingProperties.Builder,
,SourceProcessingProperties> SdkBuilder<SourceProcessingProperties.Builder,
,SourceProcessingProperties> SdkPojo
- Enclosing class:
SourceProcessingProperties
@Mutable
@NotThreadSafe
public static interface SourceProcessingProperties.Builder
extends SdkPojo, CopyableBuilder<SourceProcessingProperties.Builder,SourceProcessingProperties>
-
Method Summary
Modifier and TypeMethodDescriptionThe IAM role to access the Glue connection.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, sdkFieldNameToField, sdkFields
-
Method Details
-
roleArn
The IAM role to access the Glue connection.
- Parameters:
roleArn
- The IAM role to access the Glue connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-