Class GetKeypairArgs.Builder
- java.lang.Object
-
- com.pulumi.openstack.compute.inputs.GetKeypairArgs.Builder
-
- Enclosing class:
- GetKeypairArgs
public static final class GetKeypairArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetKeypairArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetKeypairArgsbuild()GetKeypairArgs.Buildername(com.pulumi.core.Output<java.lang.String> name)GetKeypairArgs.Buildername(java.lang.String name)GetKeypairArgs.Builderregion(com.pulumi.core.Output<java.lang.String> region)GetKeypairArgs.Builderregion(java.lang.String region)GetKeypairArgs.BuilderuserId(com.pulumi.core.Output<java.lang.String> userId)GetKeypairArgs.BuilderuserId(java.lang.String userId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetKeypairArgs defaults)
-
-
Method Detail
-
name
public GetKeypairArgs.Builder name(com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name- The unique name of the keypair.- Returns:
- builder
-
name
public GetKeypairArgs.Builder name(java.lang.String name)
- Parameters:
name- The unique name of the keypair.- Returns:
- builder
-
region
public GetKeypairArgs.Builder region(@Nullable com.pulumi.core.Output<java.lang.String> region)
- Parameters:
region- The region in which to obtain the V2 Compute client. If omitted, the `region` argument of the provider is used.- Returns:
- builder
-
region
public GetKeypairArgs.Builder region(java.lang.String region)
- Parameters:
region- The region in which to obtain the V2 Compute client. If omitted, the `region` argument of the provider is used.- Returns:
- builder
-
userId
public GetKeypairArgs.Builder userId(@Nullable com.pulumi.core.Output<java.lang.String> userId)
- Parameters:
userId- The user id of the owner of the key pair. This parameter can be specified only if the provider is configured to use the credentials of an OpenStack administrator.- Returns:
- builder
-
userId
public GetKeypairArgs.Builder userId(java.lang.String userId)
- Parameters:
userId- The user id of the owner of the key pair. This parameter can be specified only if the provider is configured to use the credentials of an OpenStack administrator.- Returns:
- builder
-
build
public GetKeypairArgs build()
-
-