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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceId.BuildercodeArtifactId(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
codeArtifactId
ResourceId.Builder codeArtifactId(String 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.
-
-