Class Ec2CredentialV3Args.Builder

  • Enclosing class:
    Ec2CredentialV3Args

    public static final class Ec2CredentialV3Args.Builder
    extends java.lang.Object
    • 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