Uses of Interface
software.amazon.awssdk.services.ec2.model.HealthCheckPathSourceResponseObject.Builder
Packages that use HealthCheckPathSourceResponseObject.Builder
-
Uses of HealthCheckPathSourceResponseObject.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HealthCheckPathSourceResponseObject.BuilderModifier and TypeMethodDescriptionHealthCheckPathSourceResponseObject.builder()HealthCheckPathSourceResponseObject.Builder.securityGroupId(String securityGroupId) The ID of the security group for the source.The ID of the subnet for the source.HealthCheckPathSourceResponseObject.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HealthCheckPathSourceResponseObject.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HealthCheckPathSourceResponseObject.Builder>HealthCheckPathSourceResponseObject.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HealthCheckPathSourceResponseObject.BuilderModifier and TypeMethodDescriptionHealthCheckPathResponseObject.Builder.source(Consumer<HealthCheckPathSourceResponseObject.Builder> source) The source for the health check path.