public static interface ProjectBadge.Builder extends SdkPojo, CopyableBuilder<ProjectBadge.Builder,ProjectBadge>
| Modifier and Type | Method and Description |
|---|---|
ProjectBadge.Builder |
badgeEnabled(Boolean badgeEnabled)
Set this to true to generate a publicly accessible URL for your project's build badge.
|
ProjectBadge.Builder |
badgeRequestUrl(String badgeRequestUrl)
The publicly-accessible URL through which you can access the build badge for your project.
|
copyapplyMutation, buildProjectBadge.Builder badgeEnabled(Boolean badgeEnabled)
Set this to true to generate a publicly accessible URL for your project's build badge.
badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.ProjectBadge.Builder badgeRequestUrl(String badgeRequestUrl)
The publicly-accessible URL through which you can access the build badge for your project.
The publicly accessible URL through which you can access the build badge for your project.
badgeRequestUrl - The publicly-accessible URL through which you can access the build badge for your project.
The publicly accessible URL through which you can access the build badge for your project.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.