Interface ProjectBadge.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ProjectBadge.Builder,,ProjectBadge> SdkBuilder<ProjectBadge.Builder,,ProjectBadge> SdkPojo
- Enclosing class:
 ProjectBadge
@Mutable
@NotThreadSafe
public static interface ProjectBadge.Builder
extends SdkPojo, CopyableBuilder<ProjectBadge.Builder,ProjectBadge> 
- 
Method Summary
Modifier and TypeMethodDescriptionbadgeEnabled(Boolean badgeEnabled) Set this to true to generate a publicly accessible URL for your project's build badge.badgeRequestUrl(String badgeRequestUrl) The publicly-accessible URL through which you can access the build badge for your project.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
- 
badgeEnabled
Set this to true to generate a publicly accessible URL for your project's build badge.
- Parameters:
 badgeEnabled- Set this to true to generate a publicly accessible URL for your project's build badge.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
badgeRequestUrl
The publicly-accessible URL through which you can access the build badge for your project.
- Parameters:
 badgeRequestUrl- The publicly-accessible URL through which you can access the build badge for your project.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -