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