Class ApplicationGatewayBackendAddressPoolResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.ApplicationGatewayBackendAddressPoolResponse.Builder
-
- Enclosing class:
- ApplicationGatewayBackendAddressPoolResponse
public static final class ApplicationGatewayBackendAddressPoolResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ApplicationGatewayBackendAddressPoolResponse defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ApplicationGatewayBackendAddressPoolResponse defaults)
-
-
Method Detail
-
backendAddresses
public ApplicationGatewayBackendAddressPoolResponse.Builder backendAddresses(@Nullable java.util.List<ApplicationGatewayBackendAddressResponse> backendAddresses)
-
backendAddresses
public ApplicationGatewayBackendAddressPoolResponse.Builder backendAddresses(ApplicationGatewayBackendAddressResponse... backendAddresses)
-
backendIPConfigurations
public ApplicationGatewayBackendAddressPoolResponse.Builder backendIPConfigurations(java.util.List<NetworkInterfaceIPConfigurationResponse> backendIPConfigurations)
-
backendIPConfigurations
public ApplicationGatewayBackendAddressPoolResponse.Builder backendIPConfigurations(NetworkInterfaceIPConfigurationResponse... backendIPConfigurations)
-
etag
public ApplicationGatewayBackendAddressPoolResponse.Builder etag(java.lang.String etag)
-
id
public ApplicationGatewayBackendAddressPoolResponse.Builder id(@Nullable java.lang.String id)
-
name
public ApplicationGatewayBackendAddressPoolResponse.Builder name(@Nullable java.lang.String name)
-
provisioningState
public ApplicationGatewayBackendAddressPoolResponse.Builder provisioningState(java.lang.String provisioningState)
-
type
public ApplicationGatewayBackendAddressPoolResponse.Builder type(java.lang.String type)
-
build
public ApplicationGatewayBackendAddressPoolResponse build()
-
-