Class IntegrationServiceEnvironmentAccessEndpointResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.logic.outputs.IntegrationServiceEnvironmentAccessEndpointResponse.Builder
-
- Enclosing class:
- IntegrationServiceEnvironmentAccessEndpointResponse
public static final class IntegrationServiceEnvironmentAccessEndpointResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IntegrationServiceEnvironmentAccessEndpointResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationServiceEnvironmentAccessEndpointResponse
build()
IntegrationServiceEnvironmentAccessEndpointResponse.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IntegrationServiceEnvironmentAccessEndpointResponse defaults)
-
-
Method Detail
-
type
public IntegrationServiceEnvironmentAccessEndpointResponse.Builder type(@Nullable java.lang.String type)
-
build
public IntegrationServiceEnvironmentAccessEndpointResponse build()
-
-