Class ApplicationGatewayBackendHealthHttpSettingsResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.ApplicationGatewayBackendHealthHttpSettingsResponse.Builder
-
- Enclosing class:
- ApplicationGatewayBackendHealthHttpSettingsResponse
public static final class ApplicationGatewayBackendHealthHttpSettingsResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ApplicationGatewayBackendHealthHttpSettingsResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationGatewayBackendHealthHttpSettingsResponse.Builder
backendHttpSettings(ApplicationGatewayBackendHttpSettingsResponse backendHttpSettings)
ApplicationGatewayBackendHealthHttpSettingsResponse
build()
ApplicationGatewayBackendHealthHttpSettingsResponse.Builder
servers(ApplicationGatewayBackendHealthServerResponse... servers)
ApplicationGatewayBackendHealthHttpSettingsResponse.Builder
servers(java.util.List<ApplicationGatewayBackendHealthServerResponse> servers)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ApplicationGatewayBackendHealthHttpSettingsResponse defaults)
-
-
Method Detail
-
backendHttpSettings
public ApplicationGatewayBackendHealthHttpSettingsResponse.Builder backendHttpSettings(@Nullable ApplicationGatewayBackendHttpSettingsResponse backendHttpSettings)
-
servers
public ApplicationGatewayBackendHealthHttpSettingsResponse.Builder servers(@Nullable java.util.List<ApplicationGatewayBackendHealthServerResponse> servers)
-
servers
public ApplicationGatewayBackendHealthHttpSettingsResponse.Builder servers(ApplicationGatewayBackendHealthServerResponse... servers)
-
build
public ApplicationGatewayBackendHealthHttpSettingsResponse build()
-
-