Interface AutomatedReasoningPolicyBuildResultAssetManifest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyBuildResultAssetManifest.Builder,,AutomatedReasoningPolicyBuildResultAssetManifest> SdkBuilder<AutomatedReasoningPolicyBuildResultAssetManifest.Builder,,AutomatedReasoningPolicyBuildResultAssetManifest> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyBuildResultAssetManifest
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyBuildResultAssetManifest.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyBuildResultAssetManifest.Builder,AutomatedReasoningPolicyBuildResultAssetManifest>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of asset entries in the manifest, each describing an available artifact that can be retrieved.The list of asset entries in the manifest, each describing an available artifact that can be retrieved.The list of asset entries in the manifest, each describing an available artifact that can be retrieved.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
-
entries
AutomatedReasoningPolicyBuildResultAssetManifest.Builder entries(Collection<AutomatedReasoningPolicyBuildResultAssetManifestEntry> entries) The list of asset entries in the manifest, each describing an available artifact that can be retrieved.
- Parameters:
entries- The list of asset entries in the manifest, each describing an available artifact that can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
AutomatedReasoningPolicyBuildResultAssetManifest.Builder entries(AutomatedReasoningPolicyBuildResultAssetManifestEntry... entries) The list of asset entries in the manifest, each describing an available artifact that can be retrieved.
- Parameters:
entries- The list of asset entries in the manifest, each describing an available artifact that can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
AutomatedReasoningPolicyBuildResultAssetManifest.Builder entries(Consumer<AutomatedReasoningPolicyBuildResultAssetManifestEntry.Builder>... entries) The list of asset entries in the manifest, each describing an available artifact that can be retrieved.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyBuildResultAssetManifestEntry.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyBuildResultAssetManifestEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentries(List<AutomatedReasoningPolicyBuildResultAssetManifestEntry>).- Parameters:
entries- a consumer that will call methods onAutomatedReasoningPolicyBuildResultAssetManifestEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-