Interface CodeSecurityResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeSecurityResource.Builder,,CodeSecurityResource> SdkBuilder<CodeSecurityResource.Builder,,CodeSecurityResource> SdkPojo
- Enclosing class:
CodeSecurityResource
@Mutable
@NotThreadSafe
public static interface CodeSecurityResource.Builder
extends SdkPojo, CopyableBuilder<CodeSecurityResource.Builder,CodeSecurityResource>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the project in the code repository.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
-
projectId
The unique identifier of the project in the code repository.
- Parameters:
projectId- The unique identifier of the project in the code repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-