Interface VpcConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcConfiguration.Builder,
,VpcConfiguration> SdkBuilder<VpcConfiguration.Builder,
,VpcConfiguration> SdkPojo
- Enclosing class:
VpcConfiguration
@Mutable
@NotThreadSafe
public static interface VpcConfiguration.Builder
extends SdkPojo, CopyableBuilder<VpcConfiguration.Builder,VpcConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionresourceConfigurationArns
(String... resourceConfigurationArns) The ARNs of the VPC Lattice resource configurations attached to the fleet.resourceConfigurationArns
(Collection<String> resourceConfigurationArns) The ARNs of the VPC Lattice resource configurations attached to the fleet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceConfigurationArns
The ARNs of the VPC Lattice resource configurations attached to the fleet.
- Parameters:
resourceConfigurationArns
- The ARNs of the VPC Lattice resource configurations attached to the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfigurationArns
The ARNs of the VPC Lattice resource configurations attached to the fleet.
- Parameters:
resourceConfigurationArns
- The ARNs of the VPC Lattice resource configurations attached to the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-