Interface UpdateProjectVisibilityResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeBuildResponse.Builder,- CopyableBuilder<UpdateProjectVisibilityResponse.Builder,,- UpdateProjectVisibilityResponse> - SdkBuilder<UpdateProjectVisibilityResponse.Builder,,- UpdateProjectVisibilityResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateProjectVisibilityResponse
@Mutable
@NotThreadSafe
public static interface UpdateProjectVisibilityResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<UpdateProjectVisibilityResponse.Builder,UpdateProjectVisibilityResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionprojectArn(String projectArn) The Amazon Resource Name (ARN) of the build project.projectVisibility(String projectVisibility) Sets the value of the ProjectVisibility property for this object.projectVisibility(ProjectVisibilityType projectVisibility) Sets the value of the ProjectVisibility property for this object.publicProjectAlias(String publicProjectAlias) Contains the project identifier used with the public build APIs.Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
projectArnThe Amazon Resource Name (ARN) of the build project. - Parameters:
- projectArn- The Amazon Resource Name (ARN) of the build project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
publicProjectAliasContains the project identifier used with the public build APIs. - Parameters:
- publicProjectAlias- Contains the project identifier used with the public build APIs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectVisibilitySets the value of the ProjectVisibility property for this object.- Parameters:
- projectVisibility- The new value for the ProjectVisibility property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
projectVisibilitySets the value of the ProjectVisibility property for this object.- Parameters:
- projectVisibility- The new value for the ProjectVisibility property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-