Interface ConnectivityResourceConfigurationArn.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectivityResourceConfigurationArn.Builder,,ConnectivityResourceConfigurationArn> SdkBuilder<ConnectivityResourceConfigurationArn.Builder,,ConnectivityResourceConfigurationArn> SdkPojo
- Enclosing class:
ConnectivityResourceConfigurationArn
public static interface ConnectivityResourceConfigurationArn.Builder
extends SdkPojo, CopyableBuilder<ConnectivityResourceConfigurationArn.Builder,ConnectivityResourceConfigurationArn>
-
Method Summary
Modifier and TypeMethodDescriptionresourceConfigurationArn(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource configuration for the resource endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceConfigurationArn
ConnectivityResourceConfigurationArn.Builder resourceConfigurationArn(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource configuration for the resource endpoint.
- Parameters:
resourceConfigurationArn- The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource configuration for the resource endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-