Interface UpdateProjectVisibilityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeBuildRequest.Builder,CopyableBuilder<UpdateProjectVisibilityRequest.Builder,UpdateProjectVisibilityRequest>,SdkBuilder<UpdateProjectVisibilityRequest.Builder,UpdateProjectVisibilityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateProjectVisibilityRequest
public static interface UpdateProjectVisibilityRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectVisibilityRequest.Builder,UpdateProjectVisibilityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProjectVisibilityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProjectVisibilityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProjectVisibilityRequest.BuilderprojectArn(String projectArn)The Amazon Resource Name (ARN) of the build project.UpdateProjectVisibilityRequest.BuilderprojectVisibility(String projectVisibility)Sets the value of the ProjectVisibility property for this object.UpdateProjectVisibilityRequest.BuilderprojectVisibility(ProjectVisibilityType projectVisibility)Sets the value of the ProjectVisibility property for this object.UpdateProjectVisibilityRequest.BuilderresourceAccessRole(String resourceAccessRole)The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
projectArn
UpdateProjectVisibilityRequest.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.
-
projectVisibility
UpdateProjectVisibilityRequest.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
UpdateProjectVisibilityRequest.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
-
resourceAccessRole
UpdateProjectVisibilityRequest.Builder resourceAccessRole(String resourceAccessRole)
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.
- Parameters:
resourceAccessRole- The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateProjectVisibilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProjectVisibilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-