Interface TaskRunManifestPropertiesRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskRunManifestPropertiesRequest.Builder,
,TaskRunManifestPropertiesRequest> SdkBuilder<TaskRunManifestPropertiesRequest.Builder,
,TaskRunManifestPropertiesRequest> SdkPojo
- Enclosing class:
TaskRunManifestPropertiesRequest
@Mutable
@NotThreadSafe
public static interface TaskRunManifestPropertiesRequest.Builder
extends SdkPojo, CopyableBuilder<TaskRunManifestPropertiesRequest.Builder,TaskRunManifestPropertiesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoutputManifestHash
(String outputManifestHash) The hash value of the file.outputManifestPath
(String outputManifestPath) The manifest file path.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
-
outputManifestPath
The manifest file path.
- Parameters:
outputManifestPath
- The manifest file path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputManifestHash
The hash value of the file.
- Parameters:
outputManifestHash
- The hash value of the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-