public static interface CreateSubnetGroupRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<CreateSubnetGroupRequest.Builder,CreateSubnetGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSubnetGroupRequest.Builder |
description(String description)
A description for the subnet group
|
CreateSubnetGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSubnetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSubnetGroupRequest.Builder |
subnetGroupName(String subnetGroupName)
A name for the subnet group.
|
CreateSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs for the subnet group.
|
CreateSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
A list of VPC subnet IDs for the subnet group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSubnetGroupRequest.Builder subnetGroupName(String subnetGroupName)
A name for the subnet group. This value is stored as a lowercase string.
subnetGroupName - A name for the subnet group. This value is stored as a lowercase string.CreateSubnetGroupRequest.Builder description(String description)
A description for the subnet group
description - A description for the subnet groupCreateSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs for the subnet group.
subnetIds - A list of VPC subnet IDs for the subnet group.CreateSubnetGroupRequest.Builder subnetIds(String... subnetIds)
A list of VPC subnet IDs for the subnet group.
subnetIds - A list of VPC subnet IDs for the subnet group.CreateSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.