Class RandomPetArgs


  • public final class RandomPetArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RandomPetArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static RandomPetArgs.Builder builder()  
      static RandomPetArgs.Builder builder​(RandomPetArgs defaults)  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> keepers()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> length()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> prefix()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> separator()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • keepers

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> keepers()
        Returns:
        Arbitrary map of values that, when changed, will trigger recreation of resource. See the main provider documentation for more information.
      • length

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> length()
        Returns:
        The length (in words) of the pet name. Defaults to 2
      • prefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> prefix()
        Returns:
        A string to prefix the name with.
      • separator

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> separator()
        Returns:
        The character to separate words in the pet name. Defaults to "-"