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