Interface ManagedResourceDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedResourceDetails.Builder,,ManagedResourceDetails> SdkBuilder<ManagedResourceDetails.Builder,,ManagedResourceDetails> SdkPojo
- Enclosing class:
ManagedResourceDetails
@Mutable
@NotThreadSafe
public static interface ManagedResourceDetails.Builder
extends SdkPojo, CopyableBuilder<ManagedResourceDetails.Builder,ManagedResourceDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe domain associated with this managed resource.resourceAssociationArn(String resourceAssociationArn) The ARN of the service network resource association.resourceGatewayArn(String resourceGatewayArn) The ARN of the VPC Lattice resource gateway created in your account.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
-
domain
The domain associated with this managed resource.
- Parameters:
domain- The domain associated with this managed resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceGatewayArn
The ARN of the VPC Lattice resource gateway created in your account.
- Parameters:
resourceGatewayArn- The ARN of the VPC Lattice resource gateway created in your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceAssociationArn
The ARN of the service network resource association.
- Parameters:
resourceAssociationArn- The ARN of the service network resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-