Class GetKeypairPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.openstack.compute.inputs.GetKeypairPlainArgs.Builder
-
- Enclosing class:
- GetKeypairPlainArgs
public static final class GetKeypairPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetKeypairPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetKeypairPlainArgsbuild()GetKeypairPlainArgs.Buildername(java.lang.String name)GetKeypairPlainArgs.Builderregion(java.lang.String region)GetKeypairPlainArgs.BuilderuserId(java.lang.String userId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetKeypairPlainArgs defaults)
-
-
Method Detail
-
name
public GetKeypairPlainArgs.Builder name(java.lang.String name)
- Parameters:
name- The unique name of the keypair.- Returns:
- builder
-
region
public GetKeypairPlainArgs.Builder region(@Nullable 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 GetKeypairPlainArgs.Builder userId(@Nullable 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 GetKeypairPlainArgs build()
-
-