public static interface CreateTestGridProjectRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<CreateTestGridProjectRequest.Builder,CreateTestGridProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTestGridProjectRequest.Builder |
description(String description)
Human-readable description of the project.
|
CreateTestGridProjectRequest.Builder |
name(String name)
Human-readable name of the Selenium testing project.
|
CreateTestGridProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTestGridProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateTestGridProjectRequest.Builder |
vpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
CreateTestGridProjectRequest.Builder |
vpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTestGridProjectRequest.Builder name(String name)
Human-readable name of the Selenium testing project.
name - Human-readable name of the Selenium testing project.CreateTestGridProjectRequest.Builder description(String description)
Human-readable description of the project.
description - Human-readable description of the project.CreateTestGridProjectRequest.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 CreateTestGridProjectRequest.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)CreateTestGridProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTestGridProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.