Interface ResourceId.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceId.Builder,,ResourceId> SdkBuilder<ResourceId.Builder,,ResourceId> SdkPojo
- Enclosing class:
ResourceId
public static interface ResourceId.Builder
extends SdkPojo, CopyableBuilder<ResourceId.Builder,ResourceId>
-
Method Summary
Modifier and TypeMethodDescriptioncodeArtifactId(String codeArtifactId) The identifier for the code file uploaded to the resource where a finding was detected.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, sdkFields
-
Method Details
-
codeArtifactId
The identifier for the code file uploaded to the resource where a finding was detected.
- Parameters:
codeArtifactId- The identifier for the code file uploaded to the resource where a finding was detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-