public static interface TestGridProject.Builder extends SdkPojo, CopyableBuilder<TestGridProject.Builder,TestGridProject>
| Modifier and Type | Method and Description |
|---|---|
TestGridProject.Builder |
arn(String arn)
The ARN for the project.
|
TestGridProject.Builder |
created(Instant created)
When the project was created.
|
TestGridProject.Builder |
description(String description)
A human-readable description for the project.
|
TestGridProject.Builder |
name(String name)
A human-readable name for the project.
|
default TestGridProject.Builder |
vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
TestGridProject.Builder |
vpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestGridProject.Builder arn(String arn)
The ARN for the project.
arn - The ARN for the project.TestGridProject.Builder name(String name)
A human-readable name for the project.
name - A human-readable name for the project.TestGridProject.Builder description(String description)
A human-readable description for the project.
description - A human-readable description for the project.TestGridProject.Builder vpcConfig(TestGridVpcConfig 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 TestGridProject.Builder vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
This is a convenience method that creates an instance of theTestGridVpcConfig.Builder avoiding the
need to create one manually via TestGridVpcConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcConfig(TestGridVpcConfig).
vpcConfig - a consumer that will call methods on TestGridVpcConfig.BuildervpcConfig(TestGridVpcConfig)TestGridProject.Builder created(Instant created)
When the project was created.
created - When the project was created.Copyright © 2023. All rights reserved.