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 object.-
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 object. Returned by
CreateUploadUrlwhen you upload resources to be scanned.- Parameters:
codeArtifactId- The identifier for the code file uploaded to the resource object. Returned byCreateUploadUrlwhen you upload resources to be scanned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-