Package com.pulumi.openstack.identity
Class Ec2CredentialV3Args.Builder
- java.lang.Object
-
- com.pulumi.openstack.identity.Ec2CredentialV3Args.Builder
-
- Enclosing class:
- Ec2CredentialV3Args
public static final class Ec2CredentialV3Args.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(Ec2CredentialV3Args defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ec2CredentialV3Argsbuild()Ec2CredentialV3Args.BuilderprojectId(com.pulumi.core.Output<java.lang.String> projectId)Ec2CredentialV3Args.BuilderprojectId(java.lang.String projectId)Ec2CredentialV3Args.Builderregion(com.pulumi.core.Output<java.lang.String> region)Ec2CredentialV3Args.Builderregion(java.lang.String region)Ec2CredentialV3Args.BuilderuserId(com.pulumi.core.Output<java.lang.String> userId)Ec2CredentialV3Args.BuilderuserId(java.lang.String userId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(Ec2CredentialV3Args defaults)
-
-
Method Detail
-
projectId
public Ec2CredentialV3Args.Builder projectId(@Nullable com.pulumi.core.Output<java.lang.String> projectId)
- Parameters:
projectId- The ID of the project the EC2 credential is created for and that authentication requests using this EC2 credential will be scoped to. Only administrative users can specify a project ID different from the current auth scope.- Returns:
- builder
-
projectId
public Ec2CredentialV3Args.Builder projectId(java.lang.String projectId)
- Parameters:
projectId- The ID of the project the EC2 credential is created for and that authentication requests using this EC2 credential will be scoped to. Only administrative users can specify a project ID different from the current auth scope.- Returns:
- builder
-
region
public Ec2CredentialV3Args.Builder region(@Nullable com.pulumi.core.Output<java.lang.String> region)
- Parameters:
region- The region in which to obtain the V3 Keystone client. If omitted, the `region` argument of the provider is used. Changing this creates a new EC2 credential.- Returns:
- builder
-
region
public Ec2CredentialV3Args.Builder region(java.lang.String region)
- Parameters:
region- The region in which to obtain the V3 Keystone client. If omitted, the `region` argument of the provider is used. Changing this creates a new EC2 credential.- Returns:
- builder
-
userId
public Ec2CredentialV3Args.Builder userId(@Nullable com.pulumi.core.Output<java.lang.String> userId)
- Parameters:
userId- The ID of the user the EC2 credential is created for. Only administrative users can specify a user ID different from the current auth scope.- Returns:
- builder
-
userId
public Ec2CredentialV3Args.Builder userId(java.lang.String userId)
- Parameters:
userId- The ID of the user the EC2 credential is created for. Only administrative users can specify a user ID different from the current auth scope.- Returns:
- builder
-
build
public Ec2CredentialV3Args build()
-
-