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