Interface ProtectedJobS3OutputConfigurationOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectedJobS3OutputConfigurationOutput.Builder,,ProtectedJobS3OutputConfigurationOutput> SdkBuilder<ProtectedJobS3OutputConfigurationOutput.Builder,,ProtectedJobS3OutputConfigurationOutput> SdkPojo
- Enclosing class:
ProtectedJobS3OutputConfigurationOutput
@Mutable
@NotThreadSafe
public static interface ProtectedJobS3OutputConfigurationOutput.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobS3OutputConfigurationOutput.Builder,ProtectedJobS3OutputConfigurationOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket for job output.The S3 prefix to unload the protected job results.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
-
bucket
The S3 bucket for job output.
- Parameters:
bucket- The S3 bucket for job output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPrefix
The S3 prefix to unload the protected job results.
- Parameters:
keyPrefix- The S3 prefix to unload the protected job results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-