Interface ProjectOperation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProjectOperation.Builder,,ProjectOperation> SdkBuilder<ProjectOperation.Builder,,ProjectOperation> SdkPojo
- Enclosing class:
ProjectOperation
@Mutable
@NotThreadSafe
public static interface ProjectOperation.Builder
extends SdkPojo, CopyableBuilder<ProjectOperation.Builder,ProjectOperation>
-
Method Summary
Modifier and TypeMethodDescriptionAlias for this operation.projectedColumns(String... projectedColumns) Projected columns.projectedColumns(Collection<String> projectedColumns) Projected columns.default ProjectOperation.BuilderThe source transform operation that provides input data for column projection.source(TransformOperationSource source) The source transform operation that provides input data for column projection.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
-
alias
Alias for this operation.
- Parameters:
alias- Alias for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The source transform operation that provides input data for column projection.
- Parameters:
source- The source transform operation that provides input data for column projection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The source transform operation that provides input data for column projection.
This is a convenience method that creates an instance of theTransformOperationSource.Builderavoiding the need to create one manually viaTransformOperationSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(TransformOperationSource).- Parameters:
source- a consumer that will call methods onTransformOperationSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
projectedColumns
Projected columns.
- Parameters:
projectedColumns- Projected columns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectedColumns
Projected columns.
- Parameters:
projectedColumns- Projected columns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-