Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.InstanceState.Builder
Packages that use InstanceState.Builder
-
Uses of InstanceState.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return InstanceState.BuilderModifier and TypeMethodDescriptionstatic InstanceState.BuilderInstanceState.builder()InstanceState.Builder.description(String description) A description of the instance state.InstanceState.Builder.instanceId(String instanceId) The ID of the instance.InstanceState.Builder.reasonCode(String reasonCode) Information about the cause ofOutOfServiceinstances.The current state of the instance.InstanceState.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type InstanceState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceState.Builder>InstanceState.serializableBuilderClass()