public static interface UpdateProjectVisibilityResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<UpdateProjectVisibilityResponse.Builder,UpdateProjectVisibilityResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectVisibilityResponse.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the build project.
|
UpdateProjectVisibilityResponse.Builder |
projectVisibility(ProjectVisibilityType projectVisibility)
Sets the value of the ProjectVisibility property for this object.
|
UpdateProjectVisibilityResponse.Builder |
projectVisibility(String projectVisibility)
Sets the value of the ProjectVisibility property for this object.
|
UpdateProjectVisibilityResponse.Builder |
publicProjectAlias(String publicProjectAlias)
Contains the project identifier used with the public build APIs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProjectVisibilityResponse.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the build project.
projectArn - The Amazon Resource Name (ARN) of the build project.UpdateProjectVisibilityResponse.Builder publicProjectAlias(String publicProjectAlias)
Contains the project identifier used with the public build APIs.
publicProjectAlias - Contains the project identifier used with the public build APIs.UpdateProjectVisibilityResponse.Builder projectVisibility(String projectVisibility)
projectVisibility - The new value for the ProjectVisibility property for this object.ProjectVisibilityType,
ProjectVisibilityTypeUpdateProjectVisibilityResponse.Builder projectVisibility(ProjectVisibilityType projectVisibility)
projectVisibility - The new value for the ProjectVisibility property for this object.ProjectVisibilityType,
ProjectVisibilityTypeCopyright © 2023. All rights reserved.