Interface CreateTestGridProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTestGridProjectRequest.Builder,CreateTestGridProjectRequest>,DeviceFarmRequest.Builder,SdkBuilder<CreateTestGridProjectRequest.Builder,CreateTestGridProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTestGridProjectRequest
public static interface CreateTestGridProjectRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<CreateTestGridProjectRequest.Builder,CreateTestGridProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateTestGridProjectRequest.Builderdescription(String description)Human-readable description of the project.CreateTestGridProjectRequest.Buildername(String name)Human-readable name of the Selenium testing project.CreateTestGridProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTestGridProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateTestGridProjectRequest.BuildervpcConfig(Consumer<TestGridVpcConfig.Builder> vpcConfig)The VPC security groups and subnets that are attached to a project.CreateTestGridProjectRequest.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
-
name
CreateTestGridProjectRequest.Builder name(String name)
Human-readable name of the Selenium testing project.
- Parameters:
name- Human-readable name of the Selenium testing project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateTestGridProjectRequest.Builder description(String description)
Human-readable description of the project.
- Parameters:
description- Human-readable description of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
CreateTestGridProjectRequest.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 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.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
CreateTestGridProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTestGridProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-