Interface HealthCheckPathDestinationResponseObject.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HealthCheckPathDestinationResponseObject.Builder,,HealthCheckPathDestinationResponseObject> SdkBuilder<HealthCheckPathDestinationResponseObject.Builder,,HealthCheckPathDestinationResponseObject> SdkPojo
- Enclosing class:
HealthCheckPathDestinationResponseObject
@Mutable
@NotThreadSafe
public static interface HealthCheckPathDestinationResponseObject.Builder
extends SdkPojo, CopyableBuilder<HealthCheckPathDestinationResponseObject.Builder,HealthCheckPathDestinationResponseObject>
-
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.
-