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