Interface AutomatedReasoningPolicyBuildResultAssetManifestEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyBuildResultAssetManifestEntry.Builder,,AutomatedReasoningPolicyBuildResultAssetManifestEntry> SdkBuilder<AutomatedReasoningPolicyBuildResultAssetManifestEntry.Builder,,AutomatedReasoningPolicyBuildResultAssetManifestEntry> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyBuildResultAssetManifestEntry
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyBuildResultAssetManifestEntry.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyBuildResultAssetManifestEntry.Builder,AutomatedReasoningPolicyBuildResultAssetManifestEntry>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the asset, if applicable.A human-readable name for the asset, if applicable.The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).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
-
assetType
The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).
- Parameters:
assetType- The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
assetType
AutomatedReasoningPolicyBuildResultAssetManifestEntry.Builder assetType(AutomatedReasoningPolicyBuildResultAssetType assetType) The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).
- Parameters:
assetType- The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
assetName
A human-readable name for the asset, if applicable. This helps identify specific documents or reports within the workflow results.
- Parameters:
assetName- A human-readable name for the asset, if applicable. This helps identify specific documents or reports within the workflow results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetId
A unique identifier for the asset, if applicable. Use this ID when requesting specific assets through the API.
- Parameters:
assetId- A unique identifier for the asset, if applicable. Use this ID when requesting specific assets through the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-