public static interface Project.Builder extends SdkPojo, CopyableBuilder<Project.Builder,Project>
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
arn(String arn)
The project's ARN.
|
Project.Builder |
created(Instant created)
When the project was created.
|
Project.Builder |
defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The default number of minutes (at the project level) a test run executes before it times out.
|
Project.Builder |
name(String name)
The project's name.
|
default Project.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
Project.Builder |
vpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProject.Builder arn(String arn)
The project's ARN.
arn - The project's ARN.Project.Builder name(String name)
The project's name.
name - The project's name.Project.Builder defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
defaultJobTimeoutMinutes - The default number of minutes (at the project level) a test run executes before it times out. The
default value is 150 minutes.Project.Builder created(Instant created)
When the project was created.
created - When the project was created.Project.Builder vpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
vpcConfig - The VPC security groups and subnets that are attached to a project.default Project.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
This is a convenience method that creates an instance of theVpcConfig.Builder avoiding the need to
create one manually via VpcConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpcConfig(VpcConfig).
vpcConfig - a consumer that will call methods on VpcConfig.BuildervpcConfig(VpcConfig)Copyright © 2022. All rights reserved.