Interface UpdateTestGridProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTestGridProjectRequest.Builder,UpdateTestGridProjectRequest>,DeviceFarmRequest.Builder,SdkBuilder<UpdateTestGridProjectRequest.Builder,UpdateTestGridProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateTestGridProjectRequest
public static interface UpdateTestGridProjectRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<UpdateTestGridProjectRequest.Builder,UpdateTestGridProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateTestGridProjectRequest.Builderdescription(String description)Human-readable description for the project.UpdateTestGridProjectRequest.Buildername(String name)Human-readable name for the project.UpdateTestGridProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTestGridProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateTestGridProjectRequest.BuilderprojectArn(String projectArn)ARN of the project to update.default UpdateTestGridProjectRequest.BuildervpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.UpdateTestGridProjectRequest.BuildervpcConfig(TestGridVpcConfig vpcConfig)The VPC security groups and subnets that are attached to a project.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
projectArn
UpdateTestGridProjectRequest.Builder projectArn(String projectArn)
ARN of the project to update.
- Parameters:
projectArn- ARN of the project to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateTestGridProjectRequest.Builder name(String name)
Human-readable name for the project.
- Parameters:
name- Human-readable name for the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateTestGridProjectRequest.Builder description(String description)
Human-readable description for the project.
- Parameters:
description- Human-readable description for the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
UpdateTestGridProjectRequest.Builder vpcConfig(TestGridVpcConfig 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
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.Builderavoiding the need to create one manually viaTestGridVpcConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfig(TestGridVpcConfig).- Parameters:
vpcConfig- a consumer that will call methods onTestGridVpcConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vpcConfig(TestGridVpcConfig)
-
overrideConfiguration
UpdateTestGridProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTestGridProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-