public static interface VirtualGatewaySpec.Builder extends SdkPojo, CopyableBuilder<VirtualGatewaySpec.Builder,VirtualGatewaySpec>
| Modifier and Type | Method and Description |
|---|---|
default VirtualGatewaySpec.Builder |
backendDefaults(Consumer<VirtualGatewayBackendDefaults.Builder> backendDefaults)
A reference to an object that represents the defaults for backends.
|
VirtualGatewaySpec.Builder |
backendDefaults(VirtualGatewayBackendDefaults backendDefaults)
A reference to an object that represents the defaults for backends.
|
VirtualGatewaySpec.Builder |
listeners(Collection<VirtualGatewayListener> listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
VirtualGatewaySpec.Builder |
listeners(Consumer<VirtualGatewayListener.Builder>... listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
VirtualGatewaySpec.Builder |
listeners(VirtualGatewayListener... listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
default VirtualGatewaySpec.Builder |
logging(Consumer<VirtualGatewayLogging.Builder> logging)
Sets the value of the Logging property for this object.
|
VirtualGatewaySpec.Builder |
logging(VirtualGatewayLogging logging)
Sets the value of the Logging property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVirtualGatewaySpec.Builder backendDefaults(VirtualGatewayBackendDefaults backendDefaults)
A reference to an object that represents the defaults for backends.
backendDefaults - A reference to an object that represents the defaults for backends.default VirtualGatewaySpec.Builder backendDefaults(Consumer<VirtualGatewayBackendDefaults.Builder> backendDefaults)
A reference to an object that represents the defaults for backends.
This is a convenience that creates an instance of theVirtualGatewayBackendDefaults.Builder avoiding
the need to create one manually via VirtualGatewayBackendDefaults.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to backendDefaults(VirtualGatewayBackendDefaults).backendDefaults - a consumer that will call methods on VirtualGatewayBackendDefaults.BuilderbackendDefaults(VirtualGatewayBackendDefaults)VirtualGatewaySpec.Builder listeners(Collection<VirtualGatewayListener> listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.
listeners - The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one
listener.VirtualGatewaySpec.Builder listeners(VirtualGatewayListener... listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.
listeners - The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one
listener.VirtualGatewaySpec.Builder listeners(Consumer<VirtualGatewayListener.Builder>... listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #listeners(List) .listeners - a consumer that will call methods on List.Builder #listeners(List) VirtualGatewaySpec.Builder logging(VirtualGatewayLogging logging)
logging - The new value for the Logging property for this object.default VirtualGatewaySpec.Builder logging(Consumer<VirtualGatewayLogging.Builder> logging)
VirtualGatewayLogging.Builder avoiding the need
to create one manually via VirtualGatewayLogging.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to logging(VirtualGatewayLogging).logging - a consumer that will call methods on VirtualGatewayLogging.Builderlogging(VirtualGatewayLogging)Copyright © 2021. All rights reserved.