Class EnvironmentServerArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.apicenter.inputs.EnvironmentServerArgs.Builder
-
- Enclosing class:
- EnvironmentServerArgs
public static final class EnvironmentServerArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EnvironmentServerArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentServerArgs
build()
EnvironmentServerArgs.Builder
managementPortalUri(com.pulumi.core.Output<java.util.List<java.lang.String>> managementPortalUri)
EnvironmentServerArgs.Builder
managementPortalUri(java.lang.String... managementPortalUri)
EnvironmentServerArgs.Builder
managementPortalUri(java.util.List<java.lang.String> managementPortalUri)
EnvironmentServerArgs.Builder
type(EnvironmentServerType type)
EnvironmentServerArgs.Builder
type(com.pulumi.core.Either<java.lang.String,EnvironmentServerType> type)
EnvironmentServerArgs.Builder
type(com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,EnvironmentServerType>> type)
EnvironmentServerArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EnvironmentServerArgs defaults)
-
-
Method Detail
-
managementPortalUri
public EnvironmentServerArgs.Builder managementPortalUri(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> managementPortalUri)
-
managementPortalUri
public EnvironmentServerArgs.Builder managementPortalUri(java.util.List<java.lang.String> managementPortalUri)
-
managementPortalUri
public EnvironmentServerArgs.Builder managementPortalUri(java.lang.String... managementPortalUri)
-
type
public EnvironmentServerArgs.Builder type(@Nullable com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,EnvironmentServerType>> type)
- Parameters:
type
- Type of the server that represents the environment.- Returns:
- builder
-
type
public EnvironmentServerArgs.Builder type(com.pulumi.core.Either<java.lang.String,EnvironmentServerType> type)
- Parameters:
type
- Type of the server that represents the environment.- Returns:
- builder
-
type
public EnvironmentServerArgs.Builder type(java.lang.String type)
- Parameters:
type
- Type of the server that represents the environment.- Returns:
- builder
-
type
public EnvironmentServerArgs.Builder type(EnvironmentServerType type)
- Parameters:
type
- Type of the server that represents the environment.- Returns:
- builder
-
build
public EnvironmentServerArgs build()
-
-