Interface Project.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Project.Builder,
,Project> SdkBuilder<Project.Builder,
,Project> SdkPojo
- Enclosing class:
Project
-
Method Summary
Modifier and TypeMethodDescriptionThe project's ARN.When the project was created.defaultJobTimeoutMinutes
(Integer defaultJobTimeoutMinutes) The default number of minutes (at the project level) a test run executes before it times out.The project's name.default Project.Builder
vpcConfig
(Consumer<VpcConfig.Builder> vpcConfig) The VPC security groups and subnets that are attached to a project.The VPC security groups and subnets that are attached to a project.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 Details
-
arn
The project's ARN.
- Parameters:
arn
- The project's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The project's name.
- Parameters:
name
- The project's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultJobTimeoutMinutes
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
- Parameters:
defaultJobTimeoutMinutes
- The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
created
When the project was created.
- Parameters:
created
- When the project was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
The VPC security groups and subnets that are attached to a project.
- Parameters:
vpcConfig
- The VPC security groups and subnets that are attached to a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaVpcConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcConfig(VpcConfig)
.- Parameters:
vpcConfig
- a consumer that will call methods onVpcConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-