ImmutableNetworkConfiguration.EnvironmentConfiguration |
ImmutableNetworkConfiguration.EnvironmentConfiguration.Builder.build() |
|
static ImmutableNetworkConfiguration.EnvironmentConfiguration |
ImmutableNetworkConfiguration.EnvironmentConfiguration.copyOf(NetworkConfiguration.EnvironmentConfiguration instance) |
|
static ImmutableNetworkConfiguration.EnvironmentConfiguration |
ImmutableNetworkConfiguration.EnvironmentConfiguration.of(Iterable<? extends EnvironmentDto> environments) |
Construct a new immutable EnvironmentConfiguration instance.
|
static ImmutableNetworkConfiguration.EnvironmentConfiguration |
ImmutableNetworkConfiguration.EnvironmentConfiguration.of(Set<EnvironmentDto> environments) |
Construct a new immutable EnvironmentConfiguration instance.
|
ImmutableNetworkConfiguration.EnvironmentConfiguration |
ImmutableNetworkConfiguration.EnvironmentConfiguration.withEnvironments(EnvironmentDto... elements) |
Copy the current immutable object with elements that replace the content of environments.
|
ImmutableNetworkConfiguration.EnvironmentConfiguration |
ImmutableNetworkConfiguration.EnvironmentConfiguration.withEnvironments(Iterable<? extends EnvironmentDto> elements) |
Copy the current immutable object with elements that replace the content of environments.
|