Interface ProcessingOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProcessingOutput.Builder,,- ProcessingOutput> - SdkBuilder<ProcessingOutput.Builder,,- ProcessingOutput> - SdkPojo
- Enclosing class:
- ProcessingOutput
- 
Method SummaryModifier and TypeMethodDescriptionappManaged(Boolean appManaged) WhenTrue, output operations such as data upload are managed natively by the processing job application.default ProcessingOutput.BuilderfeatureStoreOutput(Consumer<ProcessingFeatureStoreOutput.Builder> featureStoreOutput) Configuration for processing job outputs in Amazon SageMaker Feature Store.featureStoreOutput(ProcessingFeatureStoreOutput featureStoreOutput) Configuration for processing job outputs in Amazon SageMaker Feature Store.outputName(String outputName) The name for the processing job output.default ProcessingOutput.Builders3Output(Consumer<ProcessingS3Output.Builder> s3Output) Configuration for processing job outputs in Amazon S3.s3Output(ProcessingS3Output s3Output) Configuration for processing job outputs in Amazon S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
outputNameThe name for the processing job output. - Parameters:
- outputName- The name for the processing job output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3OutputConfiguration for processing job outputs in Amazon S3. - Parameters:
- s3Output- Configuration for processing job outputs in Amazon S3.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3OutputConfiguration for processing job outputs in Amazon S3. This is a convenience method that creates an instance of theProcessingS3Output.Builderavoiding the need to create one manually viaProcessingS3Output.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Output(ProcessingS3Output).- Parameters:
- s3Output- a consumer that will call methods on- ProcessingS3Output.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
featureStoreOutputConfiguration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManagedis specified.- Parameters:
- featureStoreOutput- Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when- AppManagedis specified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
featureStoreOutputdefault ProcessingOutput.Builder featureStoreOutput(Consumer<ProcessingFeatureStoreOutput.Builder> featureStoreOutput) Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when This is a convenience method that creates an instance of theAppManagedis specified.ProcessingFeatureStoreOutput.Builderavoiding the need to create one manually viaProcessingFeatureStoreOutput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofeatureStoreOutput(ProcessingFeatureStoreOutput).- Parameters:
- featureStoreOutput- a consumer that will call methods on- ProcessingFeatureStoreOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
appManagedWhen True, output operations such as data upload are managed natively by the processing job application. WhenFalse(default), output operations are managed by Amazon SageMaker.- Parameters:
- appManaged- When- True, output operations such as data upload are managed natively by the processing job application. When- False(default), output operations are managed by Amazon SageMaker.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-