Interface UpdateProjectVisibilityResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeBuildResponse.Builder, CopyableBuilder<UpdateProjectVisibilityResponse.Builder,UpdateProjectVisibilityResponse>, SdkBuilder<UpdateProjectVisibilityResponse.Builder,UpdateProjectVisibilityResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateProjectVisibilityResponse

public static interface UpdateProjectVisibilityResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<UpdateProjectVisibilityResponse.Builder,UpdateProjectVisibilityResponse>
  • Method Details

    • projectArn

      The 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.
    • publicProjectAlias

      UpdateProjectVisibilityResponse.Builder publicProjectAlias(String publicProjectAlias)

      Contains 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.
    • projectVisibility

      UpdateProjectVisibilityResponse.Builder projectVisibility(String projectVisibility)
      Sets 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:
    • projectVisibility

      UpdateProjectVisibilityResponse.Builder projectVisibility(ProjectVisibilityType projectVisibility)
      Sets 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: