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