Class GetClusterArgs.Builder
- java.lang.Object
-
- com.pulumi.openstack.containerinfra.inputs.GetClusterArgs.Builder
-
- Enclosing class:
- GetClusterArgs
public static final class GetClusterArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetClusterArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetClusterArgsbuild()GetClusterArgs.Buildername(com.pulumi.core.Output<java.lang.String> name)GetClusterArgs.Buildername(java.lang.String name)GetClusterArgs.Builderregion(com.pulumi.core.Output<java.lang.String> region)GetClusterArgs.Builderregion(java.lang.String region)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetClusterArgs defaults)
-
-
Method Detail
-
name
public GetClusterArgs.Builder name(com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name- The name of the cluster.- Returns:
- builder
-
name
public GetClusterArgs.Builder name(java.lang.String name)
- Parameters:
name- The name of the cluster.- Returns:
- builder
-
region
public GetClusterArgs.Builder region(@Nullable com.pulumi.core.Output<java.lang.String> region)
- Parameters:
region- The region in which to obtain the V1 Container Infra client. If omitted, the `region` argument of the provider is used.- Returns:
- builder
-
region
public GetClusterArgs.Builder region(java.lang.String region)
- Parameters:
region- The region in which to obtain the V1 Container Infra client. If omitted, the `region` argument of the provider is used.- Returns:
- builder
-
build
public GetClusterArgs build()
-
-