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)
Add an optional request override configuration.
|
CreateSubnetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateSubnetGroupRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.