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
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectArn(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.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.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
-
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
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:
-
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateProjectVisibilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-