public static class HealthCheckHttpHeader.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HealthCheckHttpHeader |
build() |
HealthCheckHttpHeader.Builder |
copy(HealthCheckHttpHeader model) |
HealthCheckHttpHeader.Builder |
name(String name)
Container HTTP header Key.
|
HealthCheckHttpHeader.Builder |
value(String value)
Container HTTP header value.
|
public HealthCheckHttpHeader.Builder name(String name)
Container HTTP header Key.
name
- the value to setpublic HealthCheckHttpHeader.Builder value(String value)
Container HTTP header value.
value
- the value to setpublic HealthCheckHttpHeader build()
public HealthCheckHttpHeader.Builder copy(HealthCheckHttpHeader model)
Copyright © 2016–2024. All rights reserved.