Class AppregistryApplicationState.Builder

    • Method Detail

      • applicationTag

        public AppregistryApplicationState.Builder applicationTag​(@Nullable
                                                                  com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> applicationTag)
        Parameters:
        applicationTag - A map with a single tag key-value pair used to associate resources with the application. This attribute can be passed directly into the `tags` argument of another resource, or merged into a map of existing tags.
        Returns:
        builder
      • applicationTag

        public AppregistryApplicationState.Builder applicationTag​(java.util.Map<java.lang.String,​java.lang.String> applicationTag)
        Parameters:
        applicationTag - A map with a single tag key-value pair used to associate resources with the application. This attribute can be passed directly into the `tags` argument of another resource, or merged into a map of existing tags.
        Returns:
        builder
      • arn

        public AppregistryApplicationState.Builder arn​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - ARN (Amazon Resource Name) of the application.
        Returns:
        builder
      • description

        public AppregistryApplicationState.Builder description​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description of the application.
        Returns:
        builder
      • description

        public AppregistryApplicationState.Builder description​(java.lang.String description)
        Parameters:
        description - Description of the application.
        Returns:
        builder
      • name

        public AppregistryApplicationState.Builder name​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the application. The name must be unique within an AWS region. The following arguments are optional:
        Returns:
        builder
      • name

        public AppregistryApplicationState.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the application. The name must be unique within an AWS region. The following arguments are optional:
        Returns:
        builder