Interface HealthCheckPathDestinationRequestObject.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HealthCheckPathDestinationRequestObject.Builder,,HealthCheckPathDestinationRequestObject> SdkBuilder<HealthCheckPathDestinationRequestObject.Builder,,HealthCheckPathDestinationRequestObject> SdkPojo
- Enclosing class:
HealthCheckPathDestinationRequestObject
@Mutable
@NotThreadSafe
public static interface HealthCheckPathDestinationRequestObject.Builder
extends SdkPojo, CopyableBuilder<HealthCheckPathDestinationRequestObject.Builder,HealthCheckPathDestinationRequestObject>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupId(String securityGroupId) The ID of the security group for the destination.The ID of the subnet for the destination.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
-
subnetId
The ID of the subnet for the destination.
- Parameters:
subnetId- The ID of the subnet for the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupId
The ID of the security group for the destination.
- Parameters:
securityGroupId- The ID of the security group for the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-