Interface ProtectedJobS3OutputConfigurationInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedJobS3OutputConfigurationInput.Builder,
,ProtectedJobS3OutputConfigurationInput> SdkBuilder<ProtectedJobS3OutputConfigurationInput.Builder,
,ProtectedJobS3OutputConfigurationInput> SdkPojo
- Enclosing class:
ProtectedJobS3OutputConfigurationInput
@Mutable
@NotThreadSafe
public static interface ProtectedJobS3OutputConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobS3OutputConfigurationInput.Builder,ProtectedJobS3OutputConfigurationInput>
-
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
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
-
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.
-