Class KeyRingArgs.Builder

  • Enclosing class:
    KeyRingArgs

    public static final class KeyRingArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • location

        public KeyRingArgs.Builder location​(com.pulumi.core.Output<java.lang.String> location)
        Parameters:
        location - The location for the KeyRing. A full list of valid locations can be found by running `gcloud kms locations list`. ***
        Returns:
        builder
      • location

        public KeyRingArgs.Builder location​(java.lang.String location)
        Parameters:
        location - The location for the KeyRing. A full list of valid locations can be found by running `gcloud kms locations list`. ***
        Returns:
        builder
      • name

        public KeyRingArgs.Builder name​(@Nullable
                                        com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The resource name for the KeyRing.
        Returns:
        builder
      • name

        public KeyRingArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The resource name for the KeyRing.
        Returns:
        builder
      • project

        public KeyRingArgs.Builder project​(@Nullable
                                           com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder
      • project

        public KeyRingArgs.Builder project​(java.lang.String project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder