Interface SelfManagedLatticeResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SelfManagedLatticeResource.Builder,,SelfManagedLatticeResource> SdkBuilder<SelfManagedLatticeResource.Builder,,SelfManagedLatticeResource> SdkPojo
- Enclosing class:
SelfManagedLatticeResource
@Mutable
@NotThreadSafe
public static interface SelfManagedLatticeResource.Builder
extends SdkPojo, CopyableBuilder<SelfManagedLatticeResource.Builder,SelfManagedLatticeResource>
-
Method Summary
Modifier and TypeMethodDescriptionresourceConfigurationIdentifier(String resourceConfigurationIdentifier) The ARN or ID of the VPC Lattice resource configuration.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
-
resourceConfigurationIdentifier
SelfManagedLatticeResource.Builder resourceConfigurationIdentifier(String resourceConfigurationIdentifier) The ARN or ID of the VPC Lattice resource configuration.
- Parameters:
resourceConfigurationIdentifier- The ARN or ID of the VPC Lattice resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-