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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProjectVisibilityResponse.BuilderprojectArn(String projectArn)The Amazon Resource Name (ARN) of the build project.UpdateProjectVisibilityResponse.BuilderprojectVisibility(String projectVisibility)Sets the value of the ProjectVisibility property for this object.UpdateProjectVisibilityResponse.BuilderprojectVisibility(ProjectVisibilityType projectVisibility)Sets the value of the ProjectVisibility property for this object.UpdateProjectVisibilityResponse.BuilderpublicProjectAlias(String publicProjectAlias)Contains the project identifier used with the public build APIs.-
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
projectArn
UpdateProjectVisibilityResponse.Builder projectArn(String 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:
ProjectVisibilityType,ProjectVisibilityType
-
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:
ProjectVisibilityType,ProjectVisibilityType
-
-